ARM: at91/dt: at91sam9g20: switch ssc compatible string

As the SSC integrate in at91sam9g20 support frame sync length
extension, so switch compatible string to support this feature.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
Bo Shen 2014-06-11 18:14:42 +08:00 committed by Nicolas Ferre
parent 496d3c2898
commit 9bd277300f

View file

@ -22,6 +22,10 @@
compatible = "atmel,at91sam9g20-i2c";
};
ssc0: ssc@fffbc000 {
compatible = "atmel,at91sam9rl-ssc";
};
adc0: adc@fffe0000 {
atmel,adc-startup-time = <40>;
};