]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: at91: sama5d3: disable sound by default
authorBo Shen <voice.shen@atmel.com>
Mon, 17 Mar 2014 09:45:35 +0000 (17:45 +0800)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 18 Apr 2014 20:43:43 +0000 (22:43 +0200)
Make the sound device in disabled status by default

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 dba739b6ef36faa57fc630708f7deb8903c1c4d5..29386057fbb2aaccf3b621632f2b387c9818ab65 100644 (file)
 
                atmel,ssc-controller = <&ssc0>;
                atmel,audio-codec = <&wm8904>;
+
+               status = "disabled";
        };
 };