]> Git Repo - linux.git/commitdiff
arm64: dts: apm: Remove unused and undocumented "bus_num" property
authorRob Herring (Arm) <[email protected]>
Fri, 15 Nov 2024 19:50:49 +0000 (13:50 -0600)
committerArnd Bergmann <[email protected]>
Tue, 19 Nov 2024 17:03:08 +0000 (18:03 +0100)
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]>
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
arch/arm64/boot/dts/apm/apm-storm.dtsi

index ea5721ea02f0e6d69f11998ef2e22e482c40a015..5a64239b4708c397890985386ce4ec4db7eabe8b 100644 (file)
                        interrupts = <0 0x45 0x4>;
                        #clock-cells = <1>;
                        clocks = <&sbapbclk 0>;
-                       bus_num = <1>;
                };
 
                i2c4: i2c@10640000 {
                        reg = <0x0 0x10640000 0x0 0x1000>;
                        interrupts = <0 0x3a 0x4>;
                        clocks = <&i2c4clk 0>;
-                       bus_num = <4>;
                };
        };
 };
index 6ad4703925dc5fbbee04c29a4868a303246eba56..872093b05ce19f6262c4b4011e56796bc1b1d476 100644 (file)
                        interrupts = <0 0x44 0x4>;
                        #clock-cells = <1>;
                        clocks = <&ahbclk 0>;
-                       bus_num = <0>;
                };
 
                phy1: phy@1f21a000 {
This page took 0.045918 seconds and 4 git commands to generate.