projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06981c5
)
ARM: at91: dt: sama5d4ek: add and enable wm8904
author
Bo Shen
<voice.shen@atmel.com>
Mon, 2 Feb 2015 06:51:46 +0000
(14:51 +0800)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Wed, 4 Mar 2015 17:36:15 +0000
(18:36 +0100)
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>
arch/arm/boot/dts/at91-sama5d4ek.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/at91-sama5d4ek.dts
b/arch/arm/boot/dts/at91-sama5d4ek.dts
index e8e20164aa31f0c397713a073f286aad40efa8a5..957e66b112c1d60aec2662ce861cef498f271335 100644
(file)
--- 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 {