diff options
author | Bo Shen <voice.shen@atmel.com> | 2015-02-02 01:51:46 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-04 12:36:15 -0500 |
commit | 5afd9451cf6c20e8bbd0dc5713141295a1d8f38c (patch) | |
tree | 93bc2b01d4a481f5d0105356f2f1af02d41d027e | |
parent | 06981c51f82464f946cea6843fd17cacfd4c59a6 (diff) |
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>
-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 e8e20164aa31..957e66b112c1 100644 --- a/arch/arm/boot/dts/at91-sama5d4ek.dts +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts | |||
@@ -131,6 +131,13 @@ | |||
131 | 131 | ||
132 | i2c0: i2c@f8014000 { | 132 | i2c0: i2c@f8014000 { |
133 | status = "okay"; | 133 | status = "okay"; |
134 | |||
135 | wm8904: codec@1a { | ||
136 | compatible = "wlf,wm8904"; | ||
137 | reg = <0x1a>; | ||
138 | clocks = <&pck2>; | ||
139 | clock-names = "mclk"; | ||
140 | }; | ||
134 | }; | 141 | }; |
135 | 142 | ||
136 | macb0: ethernet@f8020000 { | 143 | macb0: ethernet@f8020000 { |