diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-03-17 13:45:36 +0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-04-19 00:43:43 +0400 |
commit | 469bbf0a76a0fd95b8cf5b36b1f6c413b4008c99 (patch) | |
tree | 4facddf42f01a9d04b592d8ae5df0649ca231aee /arch/arm/boot/dts/sama5d3xmb.dtsi | |
parent | 208ec6ff4fbc603f88209fce167dd955db5aa342 (diff) | |
download | linux-469bbf0a76a0fd95b8cf5b36b1f6c413b4008c99.tar.xz |
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>
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 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>; |