diff options
author | Alexander Morozov <linux@meltdown.ru> | 2014-12-15 11:31:12 +0800 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-01-26 16:25:25 +0100 |
commit | ee2322ff7715da7d2df82eb7a60ab83324bf2841 (patch) | |
tree | 94ce70877902b21bdfd9e6e5233dbe325f15cf02 /arch/arm/boot/dts/sama5d3xmb.dtsi | |
parent | fda077c0d6b3a82abfed0d7c56f9e391cd5e5b1e (diff) | |
download | op-kernel-dev-ee2322ff7715da7d2df82eb7a60ab83324bf2841.zip op-kernel-dev-ee2322ff7715da7d2df82eb7a60ab83324bf2841.tar.gz |
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>
Diffstat (limited to 'arch/arm/boot/dts/sama5d3xmb.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d3xmb.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi index 9fdb8a0..e6396b6 100644 --- a/arch/arm/boot/dts/sama5d3xmb.dtsi +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi @@ -45,7 +45,7 @@ */ i2c0: i2c@f0014000 { wm8904: wm8904@1a { - compatible = "wm8904"; + compatible = "wlf,wm8904"; reg = <0x1a>; clocks = <&pck0>; clock-names = "mclk"; |