mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-18 20:54:20 +00:00
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:
parent
06981c51f8
commit
5afd9451cf
1 changed files with 7 additions and 0 deletions
|
@ -131,6 +131,13 @@
|
||||||
|
|
||||||
i2c0: i2c@f8014000 {
|
i2c0: i2c@f8014000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
wm8904: codec@1a {
|
||||||
|
compatible = "wlf,wm8904";
|
||||||
|
reg = <0x1a>;
|
||||||
|
clocks = <&pck2>;
|
||||||
|
clock-names = "mclk";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
macb0: ethernet@f8020000 {
|
macb0: ethernet@f8020000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue