From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Thu, 11 Dec 2014 03:14:40 +0000 Subject: [PATCH 2/3] ARM: at91: sama5d3xek/dt: use dt ids for wm8904 Message-Id: <1418267681-4091-2-git-send-email-voice.shen@atmel.com> List-Id: References: <1418267681-4091-1-git-send-email-voice.shen@atmel.com> In-Reply-To: <1418267681-4091-1-git-send-email-voice.shen@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: nicolas.ferre@atmel.com, Mark Brown Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-sound@vger.kernel.org, Alexander Morozov , Bo Shen From: Alexander Morozov Using the wm8904 device tree compatible string. Signed-off-by: Alexander Morozov Signed-off-by: Bo Shen --- arch/arm/boot/dts/sama5d3xmb.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi index 49c10d3..2a1aa58 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"; -- 2.1.0.24.g4109c28