From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Ujfalusi Subject: Re: [PATCH 0/7] arm/dts: Audio support for OMAP4 devices (SDP, PandaBoard) Date: Mon, 09 Jul 2012 14:19:33 +0200 Message-ID: <4FFACC55.4060106@ti.com> References: <1339164125-32534-1-git-send-email-peter.ujfalusi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1339164125-32534-1-git-send-email-peter.ujfalusi-l0cyMroinI0@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Russell King , Benoit Cousson , Tony Lindgren , Grant Likely Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Liam Girdwood , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Hello, On 06/08/2012 04:01 PM, Peter Ujfalusi wrote: > Hello, > = > The following series enable the audio functionality on OMAP4 based device= s using > twl6040 as audio codec. > = > The series adds the needed bindings in the dts for the OMAP IPs, twl6040 = MFD > device and for the audio connection on the board. > = > To be able to differentiate between PandaBoard and PandaBoardES (they hav= e a bit > different audio configuration) a new dts file has been created which only > changes the audio properties different between the two boards. > = > Patches for the drivers involved and the documentation related to dts sec= tions > has been either in 3.5 or heading for 3.6. Probably this series has been overlooked, since I have not received feedback on it. Should I resend the series? Which tree should I use to rebase it? Thank you, P=E9ter > = > Regards, > Peter > --- > Peter Ujfalusi (7): > arm/dts: omap4: Add entry for OMAP McPDM IP > arm/dts: omap4: Add entry for OMAP DMIC IP > arm/dts: omap4-sdp: Add fixed regulator to represent VBAT > arm/dts: omap4-sdp: Add support for twl6040 > arm/dts: omap4-sdp: Enable audio support via device tree > arm/dts: omap4-panda: Audio support for PandaBoard 4430 > arm/dts: New dts file for PandaBoardES (4460) > = > arch/arm/boot/dts/omap4-panda.dts | 37 +++++++++++++++++++ > arch/arm/boot/dts/omap4-pandaES.dts | 24 ++++++++++++ > arch/arm/boot/dts/omap4-sdp.dts | 68 +++++++++++++++++++++++++++++= ++++++ > arch/arm/boot/dts/omap4.dtsi | 18 +++++++++ > 4 files changed, 147 insertions(+), 0 deletions(-) > create mode 100644 arch/arm/boot/dts/omap4-pandaES.dts > =