projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb47d0
)
ARM: mstar: Correct the compatible string for pmsleep
author
Daniel Palmer
<daniel@0x0f.com>
Wed, 29 Jul 2020 15:07:48 +0000
(
00:07
+0900)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 31 Jul 2020 08:58:39 +0000
(10:58 +0200)
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>
arch/arm/boot/dts/mstar-v7.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/mstar-v7.dtsi
b/arch/arm/boot/dts/mstar-v7.dtsi
index c7458c67c4df9e8e1a8be997b43610817af7bd25..3b7b9b793736d632d71e8365c1d108855827ceb4 100644
(file)
--- 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>;
};