ARM: dts: fix PMC compatible
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 7 Jun 2018 08:41:07 +0000 (10:41 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 20 Jun 2018 09:50:28 +0000 (11:50 +0200)
Make each SoC dtsi use its soc specific PMc compatible string. This solves
a potential issue on at91sam9261 and at91sam9263 when using suspend to RAM

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
arch/arm/boot/dts/at91sam9261.dtsi
arch/arm/boot/dts/at91sam9263.dtsi
arch/arm/boot/dts/at91sam9rl.dtsi
arch/arm/boot/dts/sama5d4.dtsi

index 53c63d0a418a47ab67624d52dcc558c0b0071809..33f09d5ea0201ed80cd3456363e8f0070ca8470d 100644 (file)
                        };
 
                        pmc: pmc@fffffc00 {
-                               compatible = "atmel,at91rm9200-pmc", "syscon";
+                               compatible = "atmel,at91sam9261-pmc", "syscon";
                                reg = <0xfffffc00 0x100>;
                                interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
                                interrupt-controller;
index 87fb0660ab5d6790c44342276c1211bcc2f9422d..af68a86c99731f4c93e18310f8fb814d36215bff 100644 (file)
@@ -93,7 +93,7 @@
                        };
 
                        pmc: pmc@fffffc00 {
-                               compatible = "atmel,at91rm9200-pmc", "syscon";
+                               compatible = "atmel,at91sam9263-pmc", "syscon";
                                reg = <0xfffffc00 0x100>;
                                interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
                                interrupt-controller;
index bd001cca25a465e6cbb4e8c0dee7f6bf873eb001..8fb22030f00bc2b761fa0604fe317a1212f82cf3 100644 (file)
                        };
 
                        pmc: pmc@fffffc00 {
-                               compatible = "atmel,at91sam9g45-pmc", "syscon";
+                               compatible = "atmel,at91sam9rl-pmc", "syscon";
                                reg = <0xfffffc00 0x100>;
                                interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
                                interrupt-controller;
index 0cf9beddd55601220be889bd06d4f1a29f0cca37..92a35a1942b6a1b75c750a8a96eb1cea0e6355b0 100644 (file)
                        };
 
                        pmc: pmc@f0018000 {
-                               compatible = "atmel,sama5d3-pmc", "syscon";
+                               compatible = "atmel,sama5d4-pmc", "syscon";
                                reg = <0xf0018000 0x120>;
                                interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
                                interrupt-controller;