Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100
@ 2025-10-30 18:20 Dmitry Baryshkov
  2025-10-30 18:20 ` [PATCH 1/3] arm64: dts: qcom: rename qcm2290 to agatti Dmitry Baryshkov
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Dmitry Baryshkov @ 2025-10-30 18:20 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, cros-qcom-dts-watchers
  Cc: linux-arm-msm, devicetree, linux-kernel

Follow the earlier example and rename several more base DTSI files for
the platforms where we have (or expect) several SKU ids for a single
platform.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
Dmitry Baryshkov (3):
      arm64: dts: qcom: rename qcm2290 to agatti
      arm64: dts: qcom: rename sc7280 to kodiak
      arm64: dts: qcom: rename x1p42100 to purwa

 arch/arm64/boot/dts/qcom/{qcm2290.dtsi => agatti.dtsi}    | 0
 arch/arm64/boot/dts/qcom/{sc7280.dtsi => kodiak.dtsi}     | 0
 arch/arm64/boot/dts/qcom/{x1p42100.dtsi => purwa.dtsi}    | 0
 arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts        | 2 +-
 arch/arm64/boot/dts/qcom/qcm6490-idp.dts                  | 2 +-
 arch/arm64/boot/dts/qcom/qcm6490-particle-tachyon.dts     | 2 +-
 arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts          | 2 +-
 arch/arm64/boot/dts/qcom/qcs6490-radxa-dragon-q6a.dts     | 2 +-
 arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts              | 2 +-
 arch/arm64/boot/dts/qcom/qrb2210-rb1.dts                  | 2 +-
 arch/arm64/boot/dts/qcom/sc7280-idp.dtsi                  | 4 ++--
 arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi                | 2 +-
 arch/arm64/boot/dts/qcom/sm7325.dtsi                      | 2 +-
 arch/arm64/boot/dts/qcom/x1p42100-asus-zenbook-a14.dtsi   | 2 +-
 arch/arm64/boot/dts/qcom/x1p42100-crd.dts                 | 2 +-
 arch/arm64/boot/dts/qcom/x1p42100-hp-omnibook-x14.dts     | 2 +-
 arch/arm64/boot/dts/qcom/x1p42100-lenovo-thinkbook-16.dts | 2 +-
 17 files changed, 15 insertions(+), 15 deletions(-)
---
base-commit: f7d2388eeec24966fc4d5cf32d706f0514f29ac5
change-id: 20251030-rename-dts-2-14eb2cadd05c

Best regards,
-- 
With best wishes
Dmitry


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

* [PATCH 1/3] arm64: dts: qcom: rename qcm2290 to agatti
  2025-10-30 18:20 [PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100 Dmitry Baryshkov
@ 2025-10-30 18:20 ` Dmitry Baryshkov
  2025-10-30 21:16   ` Alexey Klimov
  2025-10-31  8:56   ` Konrad Dybcio
  2025-10-30 18:20 ` [PATCH 2/3] arm64: dts: qcom: rename sc7280 to kodiak Dmitry Baryshkov
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 11+ messages in thread
From: Dmitry Baryshkov @ 2025-10-30 18:20 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, cros-qcom-dts-watchers
  Cc: linux-arm-msm, devicetree, linux-kernel

QCM2290 and QRB2210 are two names for the same die, collectively known
as 'agatti'. Follow the example of other platforms and rename QCM2290 to
agatti.dtsi.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/{qcm2290.dtsi => agatti.dtsi} | 0
 arch/arm64/boot/dts/qcom/qrb2210-rb1.dts               | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/qcm2290.dtsi b/arch/arm64/boot/dts/qcom/agatti.dtsi
similarity index 100%
rename from arch/arm64/boot/dts/qcom/qcm2290.dtsi
rename to arch/arm64/boot/dts/qcom/agatti.dtsi
diff --git a/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts b/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts
index 43af25d17aa8314354b1ecb8617510cdd6c857a3..bd4436d2b0b0f1f5f8c2e4cb05bd328f32f27e0c 100644
--- a/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts
+++ b/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts
@@ -7,7 +7,7 @@
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/leds/common.h>
-#include "qcm2290.dtsi"
+#include "agatti.dtsi"
 #include "pm4125.dtsi"
 
 / {

-- 
2.47.3


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

* [PATCH 2/3] arm64: dts: qcom: rename sc7280 to kodiak
  2025-10-30 18:20 [PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100 Dmitry Baryshkov
  2025-10-30 18:20 ` [PATCH 1/3] arm64: dts: qcom: rename qcm2290 to agatti Dmitry Baryshkov
@ 2025-10-30 18:20 ` Dmitry Baryshkov
  2025-10-31  8:57   ` Konrad Dybcio
  2025-10-30 18:20 ` [PATCH 3/3] arm64: dts: qcom: rename x1p42100 to purwa Dmitry Baryshkov
  2025-11-02 18:09 ` [PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100 Bjorn Andersson
  3 siblings, 1 reply; 11+ messages in thread
From: Dmitry Baryshkov @ 2025-10-30 18:20 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, cros-qcom-dts-watchers
  Cc: linux-arm-msm, devicetree, linux-kernel

SC7280, QCM6490 and QCS6490 are three names for the same die,
collectively known as 'kodiak'. Follow the example of other platforms
and rename SC7280 to kodiak.dtsi.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/{sc7280.dtsi => kodiak.dtsi} | 0
 arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts    | 2 +-
 arch/arm64/boot/dts/qcom/qcm6490-idp.dts              | 2 +-
 arch/arm64/boot/dts/qcom/qcm6490-particle-tachyon.dts | 2 +-
 arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts      | 2 +-
 arch/arm64/boot/dts/qcom/qcs6490-radxa-dragon-q6a.dts | 2 +-
 arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts          | 2 +-
 arch/arm64/boot/dts/qcom/sc7280-idp.dtsi              | 4 ++--
 arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi            | 2 +-
 arch/arm64/boot/dts/qcom/sm7325.dtsi                  | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/kodiak.dtsi
similarity index 100%
rename from arch/arm64/boot/dts/qcom/sc7280.dtsi
rename to arch/arm64/boot/dts/qcom/kodiak.dtsi
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
index ea1d3acd975bcfcc797ab76466736b532466f52a..69726ab90f16aba380e2bb10a3b8a16f65f5b950 100644
--- a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
+++ b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
@@ -16,7 +16,7 @@
 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
 #include <dt-bindings/sound/qcom,q6asm.h>
 #include <dt-bindings/sound/qcom,q6dsp-lpass-ports.h>
-#include "sc7280.dtsi"
+#include "kodiak.dtsi"
 #include "pm7250b.dtsi"
 #include "pm7325.dtsi"
 #include "pm8350c.dtsi" /* PM7350C */
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts
index 73fce639370cd356687f14a3091848b8f422e36c..089a027c57d5caed103f41f20c01fe1294b4c950 100644
--- a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts
+++ b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts
@@ -13,7 +13,7 @@
 #include <dt-bindings/leds/common.h>
 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
-#include "sc7280.dtsi"
+#include "kodiak.dtsi"
 #include "pm7250b.dtsi"
 #include "pm7325.dtsi"
 #include "pm8350c.dtsi"
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-particle-tachyon.dts b/arch/arm64/boot/dts/qcom/qcm6490-particle-tachyon.dts
index 251e72f11428774ed6712b9c77ecb56a6b00a4f7..bf18c48520813742adb25a131a8557e3b49cfdb8 100644
--- a/arch/arm64/boot/dts/qcom/qcm6490-particle-tachyon.dts
+++ b/arch/arm64/boot/dts/qcom/qcm6490-particle-tachyon.dts
@@ -11,7 +11,7 @@
 #include <dt-bindings/leds/common.h>
 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
-#include "sc7280.dtsi"
+#include "kodiak.dtsi"
 #include "pm8350c.dtsi"
 #include "pmk8350.dtsi"
 
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts b/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts
index 7a6208bdd6450ca7dbc579ce10589f7dfa903869..797f37596bf1973ad92396331b9b571c225ff294 100644
--- a/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts
+++ b/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts
@@ -14,7 +14,7 @@
 #include <dt-bindings/leds/common.h>
 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
-#include "sc7280.dtsi"
+#include "kodiak.dtsi"
 #include "pm7250b.dtsi"
 #include "pm7325.dtsi"
 #include "pm8350c.dtsi" /* PM7350C */
diff --git a/arch/arm64/boot/dts/qcom/qcs6490-radxa-dragon-q6a.dts b/arch/arm64/boot/dts/qcom/qcs6490-radxa-dragon-q6a.dts
index a63f79b0844c8472c16e3b5b979bcc8a892ee245..bb5a42b038f19b52fa1c3bf048830923917de2fd 100644
--- a/arch/arm64/boot/dts/qcom/qcs6490-radxa-dragon-q6a.dts
+++ b/arch/arm64/boot/dts/qcom/qcs6490-radxa-dragon-q6a.dts
@@ -14,7 +14,7 @@
 #include <dt-bindings/leds/common.h>
 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
-#include "sc7280.dtsi"
+#include "kodiak.dtsi"
 #include "pm7250b.dtsi"
 #include "pm7325.dtsi"
 #include "pm8350c.dtsi" /* PM7350C */
diff --git a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
index 721a26d49ccaeb1429e2cc1c3a5c8d9517da3be6..a36961d55e41e0666cdf5dcd49500a23bf104d4c 100644
--- a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
+++ b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
@@ -14,7 +14,7 @@
 #include <dt-bindings/leds/common.h>
 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
-#include "sc7280.dtsi"
+#include "kodiak.dtsi"
 #include "pm7250b.dtsi"
 #include "pm7325.dtsi"
 #include "pm8350c.dtsi"
diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi b/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi
index ccd39a1baeda543b7d98d81c84dc79dfc990123b..8cac4ce9c8515383819058678a48a3489cf1cf73 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi
@@ -7,7 +7,7 @@
 
 #include <dt-bindings/iio/qcom,spmi-adc7-pmk8350.h>
 #include <dt-bindings/input/linux-event-codes.h>
-#include "sc7280.dtsi"
+#include "kodiak.dtsi"
 #include "pm7325.dtsi"
 #include "pm8350c.dtsi"
 #include "pmk8350.dtsi"
@@ -573,7 +573,7 @@ bluetooth: bluetooth {
 	};
 };
 
-/* PINCTRL - additions to nodes defined in sc7280.dtsi */
+/* PINCTRL - additions to nodes defined in kodiak.dtsi */
 
 &dp_hot_plug_det {
 	bias-disable;
diff --git a/arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi b/arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi
index 7d1d5bbbbbd951345f54fb3181ee18821d2b9158..469a5d103e3db3956d1459a699e92bed7d0bf82e 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi
@@ -16,7 +16,7 @@
 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
 
-#include "sc7280.dtsi"
+#include "kodiak.dtsi"
 
 /* PMICs depend on spmi_bus label and so must come after SoC */
 #include "pm7325.dtsi"
diff --git a/arch/arm64/boot/dts/qcom/sm7325.dtsi b/arch/arm64/boot/dts/qcom/sm7325.dtsi
index 85d34b53e5e9d1d7dcbf1192f7aa51250a61e76e..beb279956df69785682e20f6e99a86243da72e92 100644
--- a/arch/arm64/boot/dts/qcom/sm7325.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm7325.dtsi
@@ -4,7 +4,7 @@
  * Copyright (c) 2024, Danila Tikhonov <danila@jiaxyga.com>
  */
 
-#include "sc7280.dtsi"
+#include "kodiak.dtsi"
 
 /* SM7325 uses Kryo 670 */
 &cpu0 { compatible = "qcom,kryo670"; };

-- 
2.47.3


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

* [PATCH 3/3] arm64: dts: qcom: rename x1p42100 to purwa
  2025-10-30 18:20 [PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100 Dmitry Baryshkov
  2025-10-30 18:20 ` [PATCH 1/3] arm64: dts: qcom: rename qcm2290 to agatti Dmitry Baryshkov
  2025-10-30 18:20 ` [PATCH 2/3] arm64: dts: qcom: rename sc7280 to kodiak Dmitry Baryshkov
@ 2025-10-30 18:20 ` Dmitry Baryshkov
  2025-10-31  8:57   ` Konrad Dybcio
  2025-11-02 18:09 ` [PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100 Bjorn Andersson
  3 siblings, 1 reply; 11+ messages in thread
From: Dmitry Baryshkov @ 2025-10-30 18:20 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, cros-qcom-dts-watchers
  Cc: linux-arm-msm, devicetree, linux-kernel

Follow the example of other platforms and rename X1P42100 to purwa.dtsi.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/{x1p42100.dtsi => purwa.dtsi}    | 0
 arch/arm64/boot/dts/qcom/x1p42100-asus-zenbook-a14.dtsi   | 2 +-
 arch/arm64/boot/dts/qcom/x1p42100-crd.dts                 | 2 +-
 arch/arm64/boot/dts/qcom/x1p42100-hp-omnibook-x14.dts     | 2 +-
 arch/arm64/boot/dts/qcom/x1p42100-lenovo-thinkbook-16.dts | 2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/x1p42100.dtsi b/arch/arm64/boot/dts/qcom/purwa.dtsi
similarity index 100%
rename from arch/arm64/boot/dts/qcom/x1p42100.dtsi
rename to arch/arm64/boot/dts/qcom/purwa.dtsi
diff --git a/arch/arm64/boot/dts/qcom/x1p42100-asus-zenbook-a14.dtsi b/arch/arm64/boot/dts/qcom/x1p42100-asus-zenbook-a14.dtsi
index 7ccb2076bab66c64e693e6a1ce570d025fe649f7..22470a97e1e3968bda1de22340985f4778632498 100644
--- a/arch/arm64/boot/dts/qcom/x1p42100-asus-zenbook-a14.dtsi
+++ b/arch/arm64/boot/dts/qcom/x1p42100-asus-zenbook-a14.dtsi
@@ -6,7 +6,7 @@
 
 /dts-v1/;
 
-#include "x1p42100.dtsi"
+#include "purwa.dtsi"
 #include "x1-asus-zenbook-a14.dtsi"
 
 /delete-node/ &pmc8380_6;
diff --git a/arch/arm64/boot/dts/qcom/x1p42100-crd.dts b/arch/arm64/boot/dts/qcom/x1p42100-crd.dts
index cf999c2cf8d4e0af83078253fd39ece3a0c26a49..7ed4116b95904071e89a50464ef9e8d85d20b2f8 100644
--- a/arch/arm64/boot/dts/qcom/x1p42100-crd.dts
+++ b/arch/arm64/boot/dts/qcom/x1p42100-crd.dts
@@ -5,7 +5,7 @@
 
 /dts-v1/;
 
-#include "x1p42100.dtsi"
+#include "purwa.dtsi"
 #include "x1-crd.dtsi"
 
 /delete-node/ &pmc8380_6;
diff --git a/arch/arm64/boot/dts/qcom/x1p42100-hp-omnibook-x14.dts b/arch/arm64/boot/dts/qcom/x1p42100-hp-omnibook-x14.dts
index 47ab0c5b30341ee791fd3976da50ada54617a8af..0f338e457abda98be9198f2d5e2d0a3290dfd98d 100644
--- a/arch/arm64/boot/dts/qcom/x1p42100-hp-omnibook-x14.dts
+++ b/arch/arm64/boot/dts/qcom/x1p42100-hp-omnibook-x14.dts
@@ -2,7 +2,7 @@
 
 /dts-v1/;
 
-#include "x1p42100.dtsi"
+#include "purwa.dtsi"
 #include "hamoa-pmics.dtsi"
 #include "x1-hp-omnibook-x14.dtsi"
 /delete-node/ &pmc8380_6;
diff --git a/arch/arm64/boot/dts/qcom/x1p42100-lenovo-thinkbook-16.dts b/arch/arm64/boot/dts/qcom/x1p42100-lenovo-thinkbook-16.dts
index f7d372d2e96129eaee072504514272f8ae34cb32..3186e79e862de67cbda48a4b85a459e6e965ba65 100644
--- a/arch/arm64/boot/dts/qcom/x1p42100-lenovo-thinkbook-16.dts
+++ b/arch/arm64/boot/dts/qcom/x1p42100-lenovo-thinkbook-16.dts
@@ -13,7 +13,7 @@
 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
 
-#include "x1p42100.dtsi"
+#include "purwa.dtsi"
 #include "hamoa-pmics.dtsi"
 
 /delete-node/ &pmc8380_6;

-- 
2.47.3


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

* Re: [PATCH 1/3] arm64: dts: qcom: rename qcm2290 to agatti
  2025-10-30 18:20 ` [PATCH 1/3] arm64: dts: qcom: rename qcm2290 to agatti Dmitry Baryshkov
@ 2025-10-30 21:16   ` Alexey Klimov
  2025-10-31  8:56   ` Konrad Dybcio
  1 sibling, 0 replies; 11+ messages in thread
From: Alexey Klimov @ 2025-10-30 21:16 UTC (permalink / raw)
  To: Dmitry Baryshkov, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, cros-qcom-dts-watchers
  Cc: linux-arm-msm, devicetree, linux-kernel

On Thu Oct 30, 2025 at 6:20 PM GMT, Dmitry Baryshkov wrote:
> QCM2290 and QRB2210 are two names for the same die, collectively known
> as 'agatti'. Follow the example of other platforms and rename QCM2290 to
> agatti.dtsi.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

Reviewed-by: Alexey Klimov <alexey.klimov@linaro.org>


Thanks,
Alexey

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

* Re: [PATCH 1/3] arm64: dts: qcom: rename qcm2290 to agatti
  2025-10-30 18:20 ` [PATCH 1/3] arm64: dts: qcom: rename qcm2290 to agatti Dmitry Baryshkov
  2025-10-30 21:16   ` Alexey Klimov
@ 2025-10-31  8:56   ` Konrad Dybcio
  1 sibling, 0 replies; 11+ messages in thread
From: Konrad Dybcio @ 2025-10-31  8:56 UTC (permalink / raw)
  To: Dmitry Baryshkov, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, cros-qcom-dts-watchers
  Cc: linux-arm-msm, devicetree, linux-kernel

On 10/30/25 7:20 PM, Dmitry Baryshkov wrote:
> QCM2290 and QRB2210 are two names for the same die, collectively known
> as 'agatti'. Follow the example of other platforms and rename QCM2290 to
> agatti.dtsi.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---

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

Konrad

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

* Re: [PATCH 2/3] arm64: dts: qcom: rename sc7280 to kodiak
  2025-10-30 18:20 ` [PATCH 2/3] arm64: dts: qcom: rename sc7280 to kodiak Dmitry Baryshkov
@ 2025-10-31  8:57   ` Konrad Dybcio
  0 siblings, 0 replies; 11+ messages in thread
From: Konrad Dybcio @ 2025-10-31  8:57 UTC (permalink / raw)
  To: Dmitry Baryshkov, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, cros-qcom-dts-watchers
  Cc: linux-arm-msm, devicetree, linux-kernel

On 10/30/25 7:20 PM, Dmitry Baryshkov wrote:
> SC7280, QCM6490 and QCS6490 are three names for the same die,
> collectively known as 'kodiak'. Follow the example of other platforms
> and rename SC7280 to kodiak.dtsi.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---

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

Konrad

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

* Re: [PATCH 3/3] arm64: dts: qcom: rename x1p42100 to purwa
  2025-10-30 18:20 ` [PATCH 3/3] arm64: dts: qcom: rename x1p42100 to purwa Dmitry Baryshkov
@ 2025-10-31  8:57   ` Konrad Dybcio
  0 siblings, 0 replies; 11+ messages in thread
From: Konrad Dybcio @ 2025-10-31  8:57 UTC (permalink / raw)
  To: Dmitry Baryshkov, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, cros-qcom-dts-watchers
  Cc: linux-arm-msm, devicetree, linux-kernel

On 10/30/25 7:20 PM, Dmitry Baryshkov wrote:
> Follow the example of other platforms and rename X1P42100 to purwa.dtsi.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---

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

Konrad

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

* Re: [PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100
  2025-10-30 18:20 [PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100 Dmitry Baryshkov
                   ` (2 preceding siblings ...)
  2025-10-30 18:20 ` [PATCH 3/3] arm64: dts: qcom: rename x1p42100 to purwa Dmitry Baryshkov
@ 2025-11-02 18:09 ` Bjorn Andersson
  2025-11-04 13:56   ` Alexey Klimov
  3 siblings, 1 reply; 11+ messages in thread
From: Bjorn Andersson @ 2025-11-02 18:09 UTC (permalink / raw)
  To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	cros-qcom-dts-watchers, Dmitry Baryshkov
  Cc: linux-arm-msm, devicetree, linux-kernel


On Thu, 30 Oct 2025 20:20:12 +0200, Dmitry Baryshkov wrote:
> Follow the earlier example and rename several more base DTSI files for
> the platforms where we have (or expect) several SKU ids for a single
> platform.
> 
> 

Applied, thanks!

[1/3] arm64: dts: qcom: rename qcm2290 to agatti
      commit: 021df9dee9cd63eee1cfae1bb2381db11a1a45d7
[2/3] arm64: dts: qcom: rename sc7280 to kodiak
      commit: dd6edcd7d3e42b143a2f86e8d30ded62106a8972
[3/3] arm64: dts: qcom: rename x1p42100 to purwa
      commit: ef659a5bd91bed7fae2c2a150f8ecca06599ac03

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

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

* Re: [PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100
  2025-11-02 18:09 ` [PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100 Bjorn Andersson
@ 2025-11-04 13:56   ` Alexey Klimov
  2025-11-06 20:18     ` Bjorn Andersson
  0 siblings, 1 reply; 11+ messages in thread
From: Alexey Klimov @ 2025-11-04 13:56 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio
  Cc: Dmitry Baryshkov, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	cros-qcom-dts-watchers, linux-arm-msm, devicetree, linux-kernel

On Sun Nov 2, 2025 at 6:09 PM GMT, Bjorn Andersson wrote:
>
> On Thu, 30 Oct 2025 20:20:12 +0200, Dmitry Baryshkov wrote:
>> Follow the earlier example and rename several more base DTSI files for
>> the platforms where we have (or expect) several SKU ids for a single
>> platform.
>> 
>> 
>
> Applied, thanks!
>
> [1/3] arm64: dts: qcom: rename qcm2290 to agatti
>       commit: 021df9dee9cd63eee1cfae1bb2381db11a1a45d7
> [2/3] arm64: dts: qcom: rename sc7280 to kodiak
>       commit: dd6edcd7d3e42b143a2f86e8d30ded62106a8972
> [3/3] arm64: dts: qcom: rename x1p42100 to purwa
>       commit: ef659a5bd91bed7fae2c2a150f8ecca06599ac03

FWIW tags/trailers are missing in the commit log:
https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git/commit/?h=for-next&id=021df9dee9cd63eee1cfae1bb2381db11a1a45d7

Thanks,
Alexey


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

* Re: [PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100
  2025-11-04 13:56   ` Alexey Klimov
@ 2025-11-06 20:18     ` Bjorn Andersson
  0 siblings, 0 replies; 11+ messages in thread
From: Bjorn Andersson @ 2025-11-06 20:18 UTC (permalink / raw)
  To: Alexey Klimov
  Cc: Konrad Dybcio, Dmitry Baryshkov, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, cros-qcom-dts-watchers, linux-arm-msm, devicetree,
	linux-kernel

On Tue, Nov 04, 2025 at 01:56:05PM +0000, Alexey Klimov wrote:
> On Sun Nov 2, 2025 at 6:09 PM GMT, Bjorn Andersson wrote:
> >
> > On Thu, 30 Oct 2025 20:20:12 +0200, Dmitry Baryshkov wrote:
> >> Follow the earlier example and rename several more base DTSI files for
> >> the platforms where we have (or expect) several SKU ids for a single
> >> platform.
> >> 
> >> 
> >
> > Applied, thanks!
> >
> > [1/3] arm64: dts: qcom: rename qcm2290 to agatti
> >       commit: 021df9dee9cd63eee1cfae1bb2381db11a1a45d7
> > [2/3] arm64: dts: qcom: rename sc7280 to kodiak
> >       commit: dd6edcd7d3e42b143a2f86e8d30ded62106a8972
> > [3/3] arm64: dts: qcom: rename x1p42100 to purwa
> >       commit: ef659a5bd91bed7fae2c2a150f8ecca06599ac03
> 
> FWIW tags/trailers are missing in the commit log:
> https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git/commit/?h=for-next&id=021df9dee9cd63eee1cfae1bb2381db11a1a45d7
> 

Many thanks for your review input, Alexey.

I apparently applied the patch prior to the reviews, but didn't push (or
perhaps send the ty-letter) until a after the weekend. Sorry about that.

Regards,
Bjorn

> Thanks,
> Alexey
> 

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

end of thread, other threads:[~2025-11-06 20:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-30 18:20 [PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100 Dmitry Baryshkov
2025-10-30 18:20 ` [PATCH 1/3] arm64: dts: qcom: rename qcm2290 to agatti Dmitry Baryshkov
2025-10-30 21:16   ` Alexey Klimov
2025-10-31  8:56   ` Konrad Dybcio
2025-10-30 18:20 ` [PATCH 2/3] arm64: dts: qcom: rename sc7280 to kodiak Dmitry Baryshkov
2025-10-31  8:57   ` Konrad Dybcio
2025-10-30 18:20 ` [PATCH 3/3] arm64: dts: qcom: rename x1p42100 to purwa Dmitry Baryshkov
2025-10-31  8:57   ` Konrad Dybcio
2025-11-02 18:09 ` [PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100 Bjorn Andersson
2025-11-04 13:56   ` Alexey Klimov
2025-11-06 20:18     ` Bjorn Andersson

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