]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: at91/dt: sama5: update rstc to correct compatible string
authorJosh Wu <josh.wu@atmel.com>
Mon, 20 Jul 2015 09:32:06 +0000 (17:32 +0800)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 30 Jul 2015 16:44:31 +0000 (18:44 +0200)
They'll use "atmel,sama5d3-rstc" for reset function.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
[nicolas.ferre@atmel.com: add the old compatible string as a fallback]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d3.dtsi
arch/arm/boot/dts/sama5d4.dtsi

index 9e2444b07bceee0153c69a83e22c8fd7a54c06fe..81ced62cedafdd9e3e57bfb17bcf6beccbf375f5 100644 (file)
                        };
 
                        rstc@fffffe00 {
-                               compatible = "atmel,at91sam9g45-rstc";
+                               compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
                                reg = <0xfffffe00 0x10>;
                        };
 
index 261b6acb76556335e79360b06d723f997c985906..1fa8b3611a03dbd34bf53f2eadfee8db55705360 100644 (file)
                        };
 
                        rstc@fc068600 {
-                               compatible = "atmel,at91sam9g45-rstc";
+                               compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
                                reg = <0xfc068600 0x10>;
                        };