diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-06-07 10:41:07 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-06-20 11:50:28 +0200 |
commit | 59ef2671a84732c96cb08a5060b7fcceaa44f4d9 (patch) | |
tree | 770b1764965ecdb2ba46dfc559e57f816b729f0c /arch/arm/boot/dts/at91sam9rl.dtsi | |
parent | ARM: at91: fix USB clock detection handling (diff) | |
download | linux-59ef2671a84732c96cb08a5060b7fcceaa44f4d9.tar.xz linux-59ef2671a84732c96cb08a5060b7fcceaa44f4d9.zip |
ARM: dts: fix PMC compatible
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>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9rl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9rl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9rl.dtsi b/arch/arm/boot/dts/at91sam9rl.dtsi index bd001cca25a4..8fb22030f00b 100644 --- a/arch/arm/boot/dts/at91sam9rl.dtsi +++ b/arch/arm/boot/dts/at91sam9rl.dtsi @@ -832,7 +832,7 @@ }; 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; |