aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Palmer <[email protected]>2020-07-30 00:07:48 +0900
committerArnd Bergmann <[email protected]>2020-07-31 10:58:39 +0200
commit892900a70b6c6664fe9ce0d4e2a5b6b4c821c0e3 (patch)
tree07f6b2878e9005ae8a606503faa0ef3100159233
parent1eb47d0a80281decf9b5c8cd08a6da932746a908 (diff)
ARM: mstar: Correct the compatible string for pmsleep
The compatible string for the pmsleep region has changed. Update the MStar/Sigmastar v7 base dtsi with the new string. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Palmer <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r--arch/arm/boot/dts/mstar-v7.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/mstar-v7.dtsi b/arch/arm/boot/dts/mstar-v7.dtsi
index c7458c67c4df..3b7b9b793736 100644
--- a/arch/arm/boot/dts/mstar-v7.dtsi
+++ b/arch/arm/boot/dts/mstar-v7.dtsi
@@ -74,7 +74,7 @@
ranges = <0x0 0x1f000000 0x00400000>;
pmsleep: syscon@1c00 {
- compatible = "mstar,pmsleep", "syscon";
+ compatible = "mstar,msc313-pmsleep", "syscon";
reg = <0x1c00 0x100>;
};