linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: richard.genoud@gmail.com (Richard Genoud)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/4] ARM: AT91: DTS: sam9x5ek: add WM8731 codec
Date: Mon, 12 Aug 2013 14:31:00 +0200	[thread overview]
Message-ID: <1376310662-20003-3-git-send-email-richard.genoud@gmail.com> (raw)
In-Reply-To: <1376310662-20003-1-git-send-email-richard.genoud@gmail.com>

The WM8731 codec on sam9x5ek board is on i2c, address 1A

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Acked-by: Mark Brown <broonie@linaro.org>
---
 arch/arm/boot/dts/at91sam9x5ek.dtsi |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi
index d107241..e6fb309 100644
--- a/arch/arm/boot/dts/at91sam9x5ek.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5ek.dtsi
@@ -59,6 +59,11 @@
 
 			i2c0: i2c at f8010000 {
 				status = "okay";
+
+				wm8731: wm8731 at 1a {
+					compatible = "wm8731";
+					reg = <0x1a>;
+				};
 			};
 
 			pinctrl at fffff400 {
-- 
1.7.10.4

  parent reply	other threads:[~2013-08-12 12:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-12 12:30 [PATCH 0/4] Add sound in SAM9x5 DTS Richard Genoud
2013-08-12 12:30 ` [PATCH 1/4] ARM: AT91: DTS: sam9x5: add SSC DMA parameters Richard Genoud
2013-08-12 12:31 ` Richard Genoud [this message]
2013-08-12 12:31 ` [PATCH 3/4] ARM: AT91: DTS: sam9x5ek: enable SSC Richard Genoud
2013-08-12 12:31 ` [PATCH 4/4] ARM: AT91: DTS: sam9x5ek: add sound configuration Richard Genoud
2013-08-21 10:26 ` [PATCH 0/4] Add sound in SAM9x5 DTS Nicolas Ferre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1376310662-20003-3-git-send-email-richard.genoud@gmail.com \
    --to=richard.genoud@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).