Skip to content

Commit

Permalink
ARM: at91: dt: sama5d4ek: add and enable wm8904
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bo Shen authored and Nicolas Ferre committed Mar 4, 2015
1 parent 06981c5 commit 5afd945
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/at91-sama5d4ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5afd945

Please sign in to comment.