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>
This commit is contained in:
Bo Shen 2015-02-02 14:51:46 +08:00 committed by Nicolas Ferre
parent 06981c51f8
commit 5afd9451cf

View file

@ -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 {