From: Bo Shen Date: Mon, 2 Feb 2015 06:51:46 +0000 (+0800) Subject: ARM: at91: dt: sama5d4ek: add and enable wm8904 X-Git-Tag: firefly_0821_release~176^2~1896^2~41^2~4 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5afd9451cf6c20e8bbd0dc5713141295a1d8f38c;p=firefly-linux-kernel-4.4.55.git ARM: at91: dt: sama5d4ek: add and enable wm8904 Add wm8904 codec node and enable it. Signed-off-by: Bo Shen Signed-off-by: Nicolas Ferre --- 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 @@ i2c0: i2c@f8014000 { status = "okay"; + + wm8904: codec@1a { + compatible = "wlf,wm8904"; + reg = <0x1a>; + clocks = <&pck2>; + clock-names = "mclk"; + }; }; macb0: ethernet@f8020000 {