Commit 5afd9451 authored by Bo Shen's avatar Bo Shen Committed by Nicolas Ferre

ARM: at91: dt: sama5d4ek: add and enable wm8904

Add wm8904 codec node and enable it.
Signed-off-by: default avatarBo Shen <voice.shen@atmel.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 06981c51
......@@ -131,6 +131,13 @@ m25p80@0 {
i2c0: i2c@f8014000 {
status = "okay";
wm8904: codec@1a {
compatible = "wlf,wm8904";
reg = <0x1a>;
clocks = <&pck2>;
clock-names = "mclk";
};
};
macb0: ethernet@f8020000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment