projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3829ee4
)
arm64: dts: ti: k3-am62: Make the main_conf node a simple-bus
author
Andrew Davis
<afd@ti.com>
Wed, 24 Jan 2024 18:47:21 +0000
(12:47 -0600)
committer
Vignesh Raghavendra
<vigneshr@ti.com>
Wed, 14 Feb 2024 09:06:56 +0000
(14:36 +0530)
The main_conf node does not need to be a syscon, so change to
"simple-bus". This removes a DTS check warning.
Signed-off-by: Andrew Davis <afd@ti.com>
Link:
https://lore.kernel.org/r/20240124184722.150615-10-afd@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am62-main.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
index fe0cc4a9a50164c50852f91cc56eb4490976883b..ffb5a7c628d4bb2e280d0a4233b9538fc065dbad 100644
(file)
--- a/
arch/arm64/boot/dts/ti/k3-am62-main.dtsi
+++ b/
arch/arm64/boot/dts/ti/k3-am62-main.dtsi
@@
-42,9
+42,8
@@
};
};
- main_conf: syscon@100000 {
- compatible = "syscon", "simple-mfd";
- reg = <0x00 0x00100000 0x00 0x20000>;
+ main_conf: bus@100000 {
+ compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x00 0x00100000 0x20000>;