diff options
author | Bo Shen | 2015-02-02 14:51:45 +0800 |
---|---|---|
committer | Nicolas Ferre | 2015-03-04 18:36:14 +0100 |
commit | 06981c51f82464f946cea6843fd17cacfd4c59a6 (patch) | |
tree | 9a0d09f2efd2d5c2f415357c35c83124f597ee4f /arch | |
parent | 0697edd7b7c57b533f286e2101699af9ec59564d (diff) |
ARM: at91: dt: sama5d4ek: enable ssc0
Enable SSC0 node, which will be used for audio.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4ek.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts index fbd1ed22bb3e..e8e20164aa31 100644 --- a/arch/arm/boot/dts/at91-sama5d4ek.dts +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts @@ -115,6 +115,10 @@ }; }; + ssc0: ssc@f8008000 { + status = "okay"; + }; + spi0: spi@f8010000 { cs-gpios = <&pioC 3 0>, <0>, <0>, <0>; status = "okay"; |