Devicetree
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: Drop deprecated qcom,bus-id from SPMI nodes
@ 2026-08-30 12:26 Shawn Guo
  2026-08-30 12:31 ` Abel Vesa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shawn Guo @ 2026-08-30 12:26 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Abel Vesa, linux-arm-msm, devicetree, linux-kernel, Shawn Guo

The qcom,bus-id property was deprecated by commit 345fbbca3f76
("dt-bindings: spmi: Deprecate qcom,bus-id"). The property is not
referenced anywhere in the spmi-pmic-arb driver, so the value has
no effect at all.

Drop it from the remaining users to avoid spreading.  No functional
change intended.

Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/milos.dtsi  | 1 -
 arch/arm64/boot/dts/qcom/sdx75.dtsi  | 1 -
 arch/arm64/boot/dts/qcom/sm8550.dtsi | 1 -
 arch/arm64/boot/dts/qcom/sm8650.dtsi | 1 -
 arch/arm64/boot/dts/qcom/sm8750.dtsi | 1 -
 5 files changed, 5 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/milos.dtsi b/arch/arm64/boot/dts/qcom/milos.dtsi
index aad8bf678916..3773c3413305 100644
--- a/arch/arm64/boot/dts/qcom/milos.dtsi
+++ b/arch/arm64/boot/dts/qcom/milos.dtsi
@@ -2340,7 +2340,6 @@ spmi_bus: spmi@c400000 {
 
 			qcom,ee = <0>;
 			qcom,channel = <0>;
-			qcom,bus-id = <0>;
 
 			interrupt-controller;
 			#interrupt-cells = <4>;
diff --git a/arch/arm64/boot/dts/qcom/sdx75.dtsi b/arch/arm64/boot/dts/qcom/sdx75.dtsi
index 85cc9c6e6f83..2762529611ab 100644
--- a/arch/arm64/boot/dts/qcom/sdx75.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdx75.dtsi
@@ -1137,7 +1137,6 @@ spmi_bus: spmi@c400000 {
 			interrupt-names = "periph_irq";
 			qcom,ee = <0>;
 			qcom,channel = <0>;
-			qcom,bus-id = <0>;
 			#address-cells = <2>;
 			#size-cells = <0>;
 			interrupt-controller;
diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
index 0e701e709235..9eea5198f1cf 100644
--- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
@@ -4692,7 +4692,6 @@ spmi_bus: spmi@c400000 {
 			interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>;
 			qcom,ee = <0>;
 			qcom,channel = <0>;
-			qcom,bus-id = <0>;
 			#address-cells = <2>;
 			#size-cells = <0>;
 			interrupt-controller;
diff --git a/arch/arm64/boot/dts/qcom/sm8650.dtsi b/arch/arm64/boot/dts/qcom/sm8650.dtsi
index b679fd8afb7d..15ba8c0567f9 100644
--- a/arch/arm64/boot/dts/qcom/sm8650.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8650.dtsi
@@ -6154,7 +6154,6 @@ spmi_bus: spmi@c400000 {
 
 			qcom,ee = <0>;
 			qcom,channel = <0>;
-			qcom,bus-id = <0>;
 
 			interrupt-controller;
 			#interrupt-cells = <4>;
diff --git a/arch/arm64/boot/dts/qcom/sm8750.dtsi b/arch/arm64/boot/dts/qcom/sm8750.dtsi
index dd738d13df8e..70555a426307 100644
--- a/arch/arm64/boot/dts/qcom/sm8750.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8750.dtsi
@@ -3609,7 +3609,6 @@ spmi_bus: spmi@c400000 {
 
 			qcom,ee = <0>;
 			qcom,channel = <0>;
-			qcom,bus-id = <0>;
 
 			interrupt-controller;
 			#interrupt-cells = <4>;
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: qcom: Drop deprecated qcom,bus-id from SPMI nodes
  2026-08-30 12:26 [PATCH] arm64: dts: qcom: Drop deprecated qcom,bus-id from SPMI nodes Shawn Guo
@ 2026-08-30 12:31 ` Abel Vesa
  2026-08-31  7:10 ` Konrad Dybcio
  2026-09-11  2:25 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Abel Vesa @ 2026-08-30 12:31 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, devicetree, linux-kernel

On 26-08-30 20:26:33, Shawn Guo wrote:
> The qcom,bus-id property was deprecated by commit 345fbbca3f76
> ("dt-bindings: spmi: Deprecate qcom,bus-id"). The property is not
> referenced anywhere in the spmi-pmic-arb driver, so the value has
> no effect at all.
> 
> Drop it from the remaining users to avoid spreading.  No functional
> change intended.
> 
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>

Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: qcom: Drop deprecated qcom,bus-id from SPMI nodes
  2026-08-30 12:26 [PATCH] arm64: dts: qcom: Drop deprecated qcom,bus-id from SPMI nodes Shawn Guo
  2026-08-30 12:31 ` Abel Vesa
@ 2026-08-31  7:10 ` Konrad Dybcio
  2026-09-11  2:25 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2026-08-31  7:10 UTC (permalink / raw)
  To: Shawn Guo, Bjorn Andersson
  Cc: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Abel Vesa, linux-arm-msm, devicetree, linux-kernel

On 8/30/26 2:26 PM, Shawn Guo wrote:
> The qcom,bus-id property was deprecated by commit 345fbbca3f76
> ("dt-bindings: spmi: Deprecate qcom,bus-id"). The property is not
> referenced anywhere in the spmi-pmic-arb driver, so the value has
> no effect at all.
> 
> Drop it from the remaining users to avoid spreading.  No functional
> change intended.
> 
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: qcom: Drop deprecated qcom,bus-id from SPMI nodes
  2026-08-30 12:26 [PATCH] arm64: dts: qcom: Drop deprecated qcom,bus-id from SPMI nodes Shawn Guo
  2026-08-30 12:31 ` Abel Vesa
  2026-08-31  7:10 ` Konrad Dybcio
@ 2026-09-11  2:25 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2026-09-11  2:25 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Abel Vesa, linux-arm-msm, devicetree, linux-kernel


On Sun, 30 Aug 2026 20:26:33 +0800, Shawn Guo wrote:
> The qcom,bus-id property was deprecated by commit 345fbbca3f76
> ("dt-bindings: spmi: Deprecate qcom,bus-id"). The property is not
> referenced anywhere in the spmi-pmic-arb driver, so the value has
> no effect at all.
> 
> Drop it from the remaining users to avoid spreading.  No functional
> change intended.
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: qcom: Drop deprecated qcom,bus-id from SPMI nodes
      commit: 0ba1e23cf0a92e36c5e99232dabd4be3bbea0618

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-09-11  2:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-30 12:26 [PATCH] arm64: dts: qcom: Drop deprecated qcom,bus-id from SPMI nodes Shawn Guo
2026-08-30 12:31 ` Abel Vesa
2026-08-31  7:10 ` Konrad Dybcio
2026-09-11  2:25 ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox