summary refs log tree commit diff
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2014-03-17 17:45:36 +0800
committerNicolas Ferre <nicolas.ferre@atmel.com>2014-04-18 22:43:43 +0200
commit469bbf0a76a0fd95b8cf5b36b1f6c413b4008c99 (patch)
tree4facddf42f01a9d04b592d8ae5df0649ca231aee
parent208ec6ff4fbc603f88209fce167dd955db5aa342 (diff)
downloadlinux-469bbf0a76a0fd95b8cf5b36b1f6c413b4008c99.tar.gz
ARM: at91: sama5d3: correct the sound compatible string
As the sama5d3 dtsi file in go into mainline before sound driver,
and, the sound compatible string is changed when go into mainline.
Add this patch to correct the sound compatible string.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r--arch/arm/boot/dts/sama5d3xmb.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi
index 29386057fbb2..e1bd576760c6 100644
--- a/arch/arm/boot/dts/sama5d3xmb.dtsi
+++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
@@ -156,7 +156,7 @@
 	};
 
 	sound {
-		compatible = "atmel,sama5d3ek-wm8904";
+		compatible = "atmel,asoc-wm8904";
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_pck0_as_audio_mck>;