Commit 6507bfa7 authored by Vignesh Raghavendra's avatar Vignesh Raghavendra
Browse files

arm64: dts: ti: k3-*: Convert NAVSS to simple-bus

"simple-mfd" as standalone compatible is frowned upon, so model main and
MCU NAVSS (Navigator SubSystem) nodes as simple-bus as there is really
no need for these nodes to be MFD.

Link: https://lore.kernel.org/r/20231005151302.1290363-3-vigneshr@ti.com


Signed-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 6ff2e5bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -600,7 +600,7 @@ intr_main_gpio: interrupt-controller@a00000 {
	};

	main_navss: bus@30800000 {
		compatible = "simple-mfd";
		compatible = "simple-bus";
		#address-cells = <2>;
		#size-cells = <2>;
		ranges = <0x0 0x30800000 0x0 0x30800000 0x0 0xbc00000>;
+1 −1
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ mcu_timer3: timer@40430000 {
	};

	mcu_navss: bus@28380000 {
		compatible = "simple-mfd";
		compatible = "simple-bus";
		#address-cells = <2>;
		#size-cells = <2>;
		ranges = <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>;
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ main_gpio_intr: interrupt-controller@a00000 {
	};

	main_navss: bus@30000000 {
		compatible = "simple-mfd";
		compatible = "simple-bus";
		#address-cells = <2>;
		#size-cells = <2>;
		ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>;
+1 −1
Original line number Diff line number Diff line
@@ -318,7 +318,7 @@ wkup_gpio1: gpio@42100000 {
	};

	mcu_navss: bus@28380000 {
		compatible = "simple-mfd";
		compatible = "simple-bus";
		#address-cells = <2>;
		#size-cells = <2>;
		ranges = <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>;
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ main_gpio_intr: interrupt-controller@a00000 {
	};

	main_navss: bus@30000000 {
		compatible = "simple-mfd";
		compatible = "simple-bus";
		#address-cells = <2>;
		#size-cells = <2>;
		ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>;
Loading