Skip to content

Commit 892900a

Browse files
fifteenhexarndb
authored andcommitted
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>
1 parent 1eb47d0 commit 892900a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/mstar-v7.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
ranges = <0x0 0x1f000000 0x00400000>;
7575

7676
pmsleep: syscon@1c00 {
77-
compatible = "mstar,pmsleep", "syscon";
77+
compatible = "mstar,msc313-pmsleep", "syscon";
7878
reg = <0x1c00 0x100>;
7979
};
8080

0 commit comments

Comments
 (0)