From: Daniel Palmer Date: Wed, 29 Jul 2020 15:07:48 +0000 (+0900) Subject: ARM: mstar: Correct the compatible string for pmsleep X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=892900a70b6c6664fe9ce0d4e2a5b6b4c821c0e3;p=linux.git 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 Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/boot/dts/mstar-v7.dtsi b/arch/arm/boot/dts/mstar-v7.dtsi index c7458c67c4df9..3b7b9b793736d 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>; };