mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 20:09:44 +07:00
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>
This commit is contained in:
parent
1eb47d0a80
commit
892900a70b
@ -74,7 +74,7 @@ riu: bus@1f000000 {
|
||||
ranges = <0x0 0x1f000000 0x00400000>;
|
||||
|
||||
pmsleep: syscon@1c00 {
|
||||
compatible = "mstar,pmsleep", "syscon";
|
||||
compatible = "mstar,msc313-pmsleep", "syscon";
|
||||
reg = <0x1c00 0x100>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user