ARM: at91/dt: at91sam9rl: switch ssc compatible string
authorBo Shen <voice.shen@atmel.com>
Wed, 11 Jun 2014 10:14:41 +0000 (18:14 +0800)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 18 Sep 2014 14:53:12 +0000 (16:53 +0200)
As the SSC integrate in at91sam9rl 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>
arch/arm/boot/dts/at91sam9rl.dtsi

index ab56c8b..f0b4352 100644 (file)
                        };
 
                        ssc0: ssc@fffc0000 {
-                               compatible = "atmel,at91rm9200-ssc";
+                               compatible = "atmel,at91sam9rl-ssc";
                                reg = <0xfffc0000 0x4000>;
                                interrupts = <14 IRQ_TYPE_LEVEL_HIGH 5>;
                                pinctrl-names = "default";
                        };
 
                        ssc1: ssc@fffc4000 {
-                               compatible = "atmel,at91rm9200-ssc";
+                               compatible = "atmel,at91sam9rl-ssc";
                                reg = <0xfffc4000 0x4000>;
                                interrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>;
                                pinctrl-names = "default";