From: Andrew Davis Date: Wed, 24 Jan 2024 18:47:21 +0000 (-0600) Subject: arm64: dts: ti: k3-am62: Make the main_conf node a simple-bus X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3f6de97ee917ddabea8dcfab315fa6806cf7f230;p=linux.git arm64: dts: ti: k3-am62: 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 Link: https://lore.kernel.org/r/20240124184722.150615-10-afd@ti.com Signed-off-by: Vignesh Raghavendra --- diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi index fe0cc4a9a5016..ffb5a7c628d4b 100644 --- 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>;