diff options
author | Daniel Palmer <daniel@0x0f.com> | 2020-07-30 00:07:48 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-07-31 10:58:39 +0200 |
commit | 892900a70b6c6664fe9ce0d4e2a5b6b4c821c0e3 (patch) | |
tree | 07f6b2878e9005ae8a606503faa0ef3100159233 /arch/arm | |
parent | 1eb47d0a80281decf9b5c8cd08a6da932746a908 (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/20200729150748.1945589-4-daniel@0x0f.com
Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/mstar-v7.dtsi | 2 |
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>; }; |