Message ID | 20241115195049.3637454-2-robh@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 9f5cbdaae5f760c218c82e0a5e0f9c58bac56f0c |
Headers | show |
Series | [RESEND] arm64: dts: apm: Remove unused and undocumented "bus_num" property | expand |
Hello: This patch was applied to soc/soc.git (arm/fixes) by Arnd Bergmann <arnd@arndb.de>: On Fri, 15 Nov 2024 13:50:49 -0600 you wrote: > 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) <robh@kernel.org> > --- > SoC Maintainers, please take directly. > > [...] Here is the summary with links: - [RESEND] arm64: dts: apm: Remove unused and undocumented "bus_num" property https://git.kernel.org/soc/soc/c/9f5cbdaae5f7 You are awesome, thank you!
diff --git a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi index ea5721ea02f0..5a64239b4708 100644 --- a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi +++ b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi @@ -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>; }; }; }; diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi index 6ad4703925dc..872093b05ce1 100644 --- a/arch/arm64/boot/dts/apm/apm-storm.dtsi +++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi @@ -851,7 +851,6 @@ i2c0: i2c@10512000 { interrupts = <0 0x44 0x4>; #clock-cells = <1>; clocks = <&ahbclk 0>; - bus_num = <0>; }; phy1: phy@1f21a000 {
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) <robh@kernel.org> --- SoC Maintainers, please take directly. arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 2 -- arch/arm64/boot/dts/apm/apm-storm.dtsi | 1 - 2 files changed, 3 deletions(-)