diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-10-14 01:38:32 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-10-14 03:43:12 -0400 |
commit | 476090661a03f1ee1dcab9a3b669bfeb57875d0c (patch) | |
tree | c1e17df339245b7c6481fecf2d2c8765bfe9601c | |
parent | e6f79916606695b89bf3c7deee1307478b8d6b59 (diff) |
ARM: at91: enable ssc on at91sam9n12ek board
Enable ssc on at91sam9n12ek board
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/at91sam9n12ek.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts index 1ba8defae672..391c5322248e 100644 --- a/arch/arm/boot/dts/at91sam9n12ek.dts +++ b/arch/arm/boot/dts/at91sam9n12ek.dts | |||
@@ -38,6 +38,10 @@ | |||
38 | status = "okay"; | 38 | status = "okay"; |
39 | }; | 39 | }; |
40 | 40 | ||
41 | ssc0: ssc@f0010000 { | ||
42 | status = "okay"; | ||
43 | }; | ||
44 | |||
41 | i2c0: i2c@f8010000 { | 45 | i2c0: i2c@f8010000 { |
42 | status = "okay"; | 46 | status = "okay"; |
43 | 47 | ||