From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] [RESEND] ARM/dts: hdmi-codec: panda/es dt entries Date: Thu, 13 Feb 2014 15:38:10 -0800 Message-ID: <20140213233809.GV28216@atomide.com> References: <1392307081-12299-1-git-send-email-paolo.pisati@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1392307081-12299-1-git-send-email-paolo.pisati@canonical.com> Sender: linux-omap-owner@vger.kernel.org To: Paolo Pisati Cc: bcousson@baylibre.com, devicetree@vger.kernel.org, linux-omap@vger.kernel.org List-Id: devicetree@vger.kernel.org * Paolo Pisati [140213 08:00]: > Signed-off-by: Paolo Pisati Missing description? Please also Cc Peter Ujfalusi on this and let me know if this is needed as a fix for the -rc cycle. Regards, Tony > --- > arch/arm/boot/dts/omap4-panda-common.dtsi | 9 ++++++++- > arch/arm/boot/dts/omap4-panda-es.dts | 3 ++- > 2 files changed, 10 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi > index 88c6a05..f4aeaa1 100644 > --- a/arch/arm/boot/dts/omap4-panda-common.dtsi > +++ b/arch/arm/boot/dts/omap4-panda-common.dtsi > @@ -36,9 +36,15 @@ > }; > }; > > + hdmi_audio: hdmi_audio@0 { > + compatible = "linux,hdmi-audio"; > + status = "okay"; > + }; > + > sound: sound { > compatible = "ti,abe-twl6040"; > ti,model = "PandaBoard"; > + ti,audio-codec = <&hdmi_audio>; > > ti,mclk-freq = <38400000>; > > @@ -57,7 +63,8 @@ > "HSMIC", "Headset Mic", > "Headset Mic", "Headset Mic Bias", > "AFML", "Line In", > - "AFMR", "Line In"; > + "AFMR", "Line In", > + "HDMI Out", "TX"; > }; > > /* HS USB Port 1 Power */ > diff --git a/arch/arm/boot/dts/omap4-panda-es.dts b/arch/arm/boot/dts/omap4-panda-es.dts > index 816d1c9..70152d6 100644 > --- a/arch/arm/boot/dts/omap4-panda-es.dts > +++ b/arch/arm/boot/dts/omap4-panda-es.dts > @@ -23,7 +23,8 @@ > "Line Out", "AUXL", > "Line Out", "AUXR", > "AFML", "Line In", > - "AFMR", "Line In"; > + "AFMR", "Line In", > + "HDMI Out", "TX"; > }; > > /* PandaboardES has external pullups on SCL & SDA */ > -- > 1.7.9.5 >