diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-03-17 17:45:35 +0800 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-04-18 22:43:43 +0200 |
commit | 208ec6ff4fbc603f88209fce167dd955db5aa342 (patch) | |
tree | 93c6788d852de6cde0950541bab891bd2763d935 /arch/arm/boot/dts/sama5d3xmb.dtsi | |
parent | 58962b7494c0fc7d528874dd6e11ba2eb4ae9207 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/sama5d3xmb.dtsi')
-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"; }; }; |