From: Alexander Morozov Date: Mon, 15 Dec 2014 03:31:12 +0000 (+0800) Subject: ARM: at91: sama5d3xek/dt: use dt ids for wm8904 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ee2322ff7715da7d2df82eb7a60ab83324bf2841;p=deliverable%2Flinux.git ARM: at91: sama5d3xek/dt: use dt ids for wm8904 Using the wm8904 device tree compatible string. Signed-off-by: Alexander Morozov Signed-off-by: Bo Shen Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi index 9fdb8a07b145..e6396b68b408 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";