diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-12-15 04:31:13 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-01-26 16:25:33 +0100 |
commit | 4bd377942b5de0ae14a9e6db4301cd4c6466f1fc (patch) | |
tree | 708898ded9cb800dcb52b3b23244fa2606971356 /arch/arm/boot/dts/at91sam9n12ek.dts | |
parent | ARM: at91: sama5d3xek/dt: use dt ids for wm8904 (diff) | |
download | linux-4bd377942b5de0ae14a9e6db4301cd4c6466f1fc.tar.xz linux-4bd377942b5de0ae14a9e6db4301cd4c6466f1fc.zip |
ARM: at91: at91sam9n12ek/dt: use dt ids for wm8904
Using the device tree ids for wm8904 codec.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9n12ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12ek.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts index 13bb24ea971a..9575c0d895c9 100644 --- a/arch/arm/boot/dts/at91sam9n12ek.dts +++ b/arch/arm/boot/dts/at91sam9n12ek.dts @@ -54,7 +54,7 @@ status = "okay"; wm8904: codec@1a { - compatible = "wm8904"; + compatible = "wlf,wm8904"; reg = <0x1a>; clocks = <&pck0>; clock-names = "mclk"; |