Unverified Commit 9f5cbdaa authored by Rob Herring (Arm)'s avatar Rob Herring (Arm) Committed by Arnd Bergmann
Browse files

arm64: dts: apm: Remove unused and undocumented "bus_num" property



Remove "bus_num" property which is both unused in the kernel and
undocumented. Most likely they are leftovers from downstream.

Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20241115195049.3637454-2-robh@kernel.org


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent a21b2eb7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -809,7 +809,6 @@ i2c1: i2c@10511000 {
			interrupts = <0 0x45 0x4>;
			#clock-cells = <1>;
			clocks = <&sbapbclk 0>;
			bus_num = <1>;
		};

		i2c4: i2c@10640000 {
@@ -819,7 +818,6 @@ i2c4: i2c@10640000 {
			reg = <0x0 0x10640000 0x0 0x1000>;
			interrupts = <0 0x3a 0x4>;
			clocks = <&i2c4clk 0>;
			bus_num = <4>;
		};
	};
};
+0 −1
Original line number Diff line number Diff line
@@ -851,7 +851,6 @@ i2c0: i2c@10512000 {
			interrupts = <0 0x44 0x4>;
			#clock-cells = <1>;
			clocks = <&ahbclk 0>;
			bus_num = <0>;
		};

		phy1: phy@1f21a000 {