diff options
author | 2014-03-17 17:45:35 +0800 | |
---|---|---|
committer | 2014-04-18 22:43:43 +0200 | |
commit | 208ec6ff4fbc603f88209fce167dd955db5aa342 (patch) | |
tree | 93c6788d852de6cde0950541bab891bd2763d935 | |
parent | ARM: at91: sama5d3: add DMA property for SSC devices (diff) | |
download | linux-dev-208ec6ff4fbc603f88209fce167dd955db5aa342.tar.xz linux-dev-208ec6ff4fbc603f88209fce167dd955db5aa342.zip |
ARM: at91: sama5d3: disable sound by default
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>
-rw-r--r-- | arch/arm/boot/dts/sama5d3xmb.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi index dba739b6ef36..29386057fbb2 100644 --- a/arch/arm/boot/dts/sama5d3xmb.dtsi +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi @@ -170,5 +170,7 @@ atmel,ssc-controller = <&ssc0>; atmel,audio-codec = <&wm8904>; + + status = "disabled"; }; }; |