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/[email protected] Signed-off-by: Daniel Palmer <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 1eb47d0 commit 892900a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)