diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-10-14 09:38:32 +0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-10-14 11:43:12 +0400 |
commit | 476090661a03f1ee1dcab9a3b669bfeb57875d0c (patch) | |
tree | c1e17df339245b7c6481fecf2d2c8765bfe9601c /arch/arm/boot/dts/at91sam9n12ek.dts | |
parent | e6f79916606695b89bf3c7deee1307478b8d6b59 (diff) | |
download | linux-476090661a03f1ee1dcab9a3b669bfeb57875d0c.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9n12ek.dts')
-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 @@ status = "okay"; }; + ssc0: ssc@f0010000 { + status = "okay"; + }; + i2c0: i2c@f8010000 { status = "okay"; |