ARM: at91: sama5d3xek/dt: use dt ids for wm8904
Using the wm8904 device tree compatible string. Signed-off-by: Alexander Morozov <linux@meltdown.ru> Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
fda077c0d6
commit
ee2322ff77
|
@ -45,7 +45,7 @@
|
||||||
*/
|
*/
|
||||||
i2c0: i2c@f0014000 {
|
i2c0: i2c@f0014000 {
|
||||||
wm8904: wm8904@1a {
|
wm8904: wm8904@1a {
|
||||||
compatible = "wm8904";
|
compatible = "wlf,wm8904";
|
||||||
reg = <0x1a>;
|
reg = <0x1a>;
|
||||||
clocks = <&pck0>;
|
clocks = <&pck0>;
|
||||||
clock-names = "mclk";
|
clock-names = "mclk";
|
||||||
|
|
Loading…
Reference in New Issue