[PATCH 1/3] arm64: dts: qcom: rename qcm2290 to agatti

Dmitry Baryshkov posted 3 patches 3 months, 1 week ago
[PATCH 1/3] arm64: dts: qcom: rename qcm2290 to agatti
Posted by Dmitry Baryshkov 3 months, 1 week ago
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
Re: [PATCH 1/3] arm64: dts: qcom: rename qcm2290 to agatti
Posted by Konrad Dybcio 3 months, 1 week ago
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
Re: [PATCH 1/3] arm64: dts: qcom: rename qcm2290 to agatti
Posted by Alexey Klimov 3 months, 1 week ago
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