Skip to content

Commit 9f5cbda

Browse files
robherringarndb
authored andcommitted
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: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent a21b2eb commit 9f5cbda

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

arch/arm64/boot/dts/apm/apm-shadowcat.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,6 @@
809809
interrupts = <0 0x45 0x4>;
810810
#clock-cells = <1>;
811811
clocks = <&sbapbclk 0>;
812-
bus_num = <1>;
813812
};
814813

815814
i2c4: i2c@10640000 {
@@ -819,7 +818,6 @@
819818
reg = <0x0 0x10640000 0x0 0x1000>;
820819
interrupts = <0 0x3a 0x4>;
821820
clocks = <&i2c4clk 0>;
822-
bus_num = <4>;
823821
};
824822
};
825823
};

arch/arm64/boot/dts/apm/apm-storm.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,6 @@
851851
interrupts = <0 0x44 0x4>;
852852
#clock-cells = <1>;
853853
clocks = <&ahbclk 0>;
854-
bus_num = <0>;
855854
};
856855

857856
phy1: phy@1f21a000 {

0 commit comments

Comments
 (0)