Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: ti: k3-am62a: Make the main_conf node a simple-bus

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-11-afd@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>

authored by

Andrew Davis and committed by
Vignesh Raghavendra
ad163bb3 3f6de97e

+2 -3
+2 -3
arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
··· 42 42 }; 43 43 }; 44 44 45 - main_conf: syscon@100000 { 46 - compatible = "ti,j721e-system-controller", "syscon", "simple-mfd"; 47 - reg = <0x00 0x00100000 0x00 0x20000>; 45 + main_conf: bus@100000 { 46 + compatible = "simple-bus"; 48 47 #address-cells = <1>; 49 48 #size-cells = <1>; 50 49 ranges = <0x00 0x00 0x00100000 0x20000>;