Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751645AbbLVCGT (ORCPT ); Mon, 21 Dec 2015 21:06:19 -0500 Received: from rtits2.realtek.com ([60.250.210.242]:36175 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751208AbbLVCGR convert rfc822-to-8bit (ORCPT ); Mon, 21 Dec 2015 21:06:17 -0500 X-Greylist: delayed 937 seconds by postgrey-1.27 at vger.kernel.org; Mon, 21 Dec 2015 21:06:17 EST X-SpamFilter-By: BOX Solutions SpamTrap 5.56 with qID tBM1oG0k028059, This message is accepted by code: ctloc85258 From: Bard Liao To: Caesar Wang , "broonie@kernel.org" , "robh+dt@kernel.org" CC: "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "alsa-devel@alsa-project.org" , "heiko@sntech.de" Subject: RE: [PATCH v1 2/2] dt-bindings: sound: add devicetree document for rt5616 Thread-Topic: [PATCH v1 2/2] dt-bindings: sound: add devicetree document for rt5616 Thread-Index: AQHRO//JI7daE7Nurk6eKtqhuNzo6J7WO/RQ Date: Tue, 22 Dec 2015 01:50:16 +0000 Message-ID: References: <1450703894-32623-2-git-send-email-wxt@rock-chips.com> <1450709768-14898-1-git-send-email-wxt@rock-chips.com> In-Reply-To: <1450709768-14898-1-git-send-email-wxt@rock-chips.com> Accept-Language: zh-TW, en-US Content-Language: zh-TW X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.21.82.88] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1934 Lines: 80 > -----Original Message----- > From: Caesar Wang [mailto:wxt@rock-chips.com] > Sent: Monday, December 21, 2015 10:56 PM > To: broonie@kernel.org; robh+dt@kernel.org > Cc: linux-kernel@vger.kernel.org; devicetree@vger.kernel.org; > alsa-devel@alsa-project.org; Bard Liao; heiko@sntech.de; Caesar Wang > Subject: [PATCH v1 2/2] dt-bindings: sound: add devicetree document for > rt5616 > > Add the description for rt5616 codec. > > Signed-off-by: Caesar Wang > > --- > > Changes in v1: > - As Heiko comments, remove the not exist option properties. > > Documentation/devicetree/bindings/sound/rt5616.txt | 36 > ++++++++++++++++++++++ > 1 file changed, 36 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/sound/rt5616.txt > > diff --git a/Documentation/devicetree/bindings/sound/rt5616.txt > b/Documentation/devicetree/bindings/sound/rt5616.txt > new file mode 100644 > index 0000000..2030a22 > --- /dev/null > +++ b/Documentation/devicetree/bindings/sound/rt5616.txt > @@ -0,0 +1,36 @@ > +RT5616 audio CODEC > + > +This device supports I2C only. > + > +Required properties: > + > +- compatible : "realtek,rt5616". > + > +- reg : The I2C address of the device. > + > +Pins on the device (for linking into audio routes) for RT5616: > + > + * IN1P > + * IN2P > + * IN2N > + * LOUTL > + * LOUTR These names below seems not defined in rt5616_dapm_widgets. Where are they from? > + * CPN2 > + * CPP2 > + * CPN1 > + * CPP1 > + * HPO_R > + * HPO_L > + * ADCDAT1 > + * DACDAT1 > + * LRCK1 > + * BCLK1 > + * MCLK > + * GPIO1 > + > +Example: > + > +rt5616 { > + compatible = "realtek,rt5616"; > + reg = <0x1b>; > +}; > -- > 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/