ARM: at91: sama5d3: correct the sound compatible string
authorBo Shen <voice.shen@atmel.com>
Mon, 17 Mar 2014 09:45:36 +0000 (17:45 +0800)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 18 Apr 2014 20:43:43 +0000 (22:43 +0200)
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>
arch/arm/boot/dts/sama5d3xmb.dtsi

index 29386057fbb2aaccf3b621632f2b387c9818ab65..e1bd576760c63a873364cc9dfb02de00f332f724 100644 (file)
        };
 
        sound {
-               compatible = "atmel,sama5d3ek-wm8904";
+               compatible = "atmel,asoc-wm8904";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_pck0_as_audio_mck>;
 
This page took 0.024618 seconds and 5 git commands to generate.