diff options
author | Bo Shen <voice.shen@atmel.com> | 2015-02-02 06:51:46 (GMT) |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-04 17:36:15 (GMT) |
commit | 5afd9451cf6c20e8bbd0dc5713141295a1d8f38c (patch) | |
tree | 93bc2b01d4a481f5d0105356f2f1af02d41d027e /arch/arm/boot/dts/at91-sama5d4ek.dts | |
parent | 06981c51f82464f946cea6843fd17cacfd4c59a6 (diff) | |
download | linux-5afd9451cf6c20e8bbd0dc5713141295a1d8f38c.tar.xz |
ARM: at91: dt: sama5d4ek: add and enable wm8904
Add wm8904 codec node and enable it.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d4ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4ek.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts index e8e2016..957e66b 100644 --- a/arch/arm/boot/dts/at91-sama5d4ek.dts +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts @@ -131,6 +131,13 @@ i2c0: i2c@f8014000 { status = "okay"; + + wm8904: codec@1a { + compatible = "wlf,wm8904"; + reg = <0x1a>; + clocks = <&pck2>; + clock-names = "mclk"; + }; }; macb0: ethernet@f8020000 { |