projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef1e32c
)
arm64: dts: nuvoton: Add syscon to the system-management node
author
Jacky Huang
<ychuang3@nuvoton.com>
Mon, 19 Aug 2024 03:56:45 +0000
(
03:56
+0000)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 5 Sep 2024 15:26:59 +0000
(15:26 +0000)
According to the binding document, add the "syscon" compatible to the
system-management node.
Signed-off-by: Jacky Huang <ychuang3@nuvoton.com>
Link:
https://lore.kernel.org/r/20240819035647.306-2-ychuang570808@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/nuvoton/ma35d1.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/boot/dts/nuvoton/ma35d1.dtsi
b/arch/arm64/boot/dts/nuvoton/ma35d1.dtsi
index 781cdae566a012e53af085960d8ade9f9b0bc99f..a6b34e3e8b1093aafb70f61f3e24ba3168d516d4 100644
(file)
--- a/
arch/arm64/boot/dts/nuvoton/ma35d1.dtsi
+++ b/
arch/arm64/boot/dts/nuvoton/ma35d1.dtsi
@@
-83,7
+83,7
@@
ranges;
sys: system-management@40460000 {
- compatible = "nuvoton,ma35d1-reset";
+ compatible = "nuvoton,ma35d1-reset"
, "syscon"
;
reg = <0x0 0x40460000 0x0 0x200>;
#reset-cells = <1>;
};