arm64: dts: qcom: qcs9100: Add support for the QCS9100 Ride and Ride Rev3 boards
authorTengfei Fan <quic_tengfan@quicinc.com>
Wed, 11 Sep 2024 11:10:58 +0000 (19:10 +0800)
committerBjorn Andersson <andersson@kernel.org>
Tue, 29 Oct 2024 20:09:31 +0000 (15:09 -0500)
Add device tree support for the QCS9100 Ride and Ride Rev3 boards. The
QCS9100 is a variant of the SA8775p, and they are fully compatible with
each other. The QCS9100 Ride/Ride Rev3 board is essentially the same as
the SA8775p Ride/Ride Rev3 board, with the QCS9100 SoC mounted instead
of the SA8775p.

Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
Reviewed-by: Konrad Dybcio <konradybcio@kernel.org>
Link: https://lore.kernel.org/r/20240911-add_qcs9100_support-v2-4-e43a71ceb017@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/Makefile
arch/arm64/boot/dts/qcom/qcs9100-ride-r3.dts [new file with mode: 0644]
arch/arm64/boot/dts/qcom/qcs9100-ride.dts [new file with mode: 0644]

index ac199f809b0d4e514878518604a23b4f1ab8ef79..c65d19117395b02ee53c9e97f6427b8c8d9956f8 100644 (file)
@@ -112,6 +112,8 @@ dtb-$(CONFIG_ARCH_QCOM)     += qcs404-evb-1000.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += qcs404-evb-4000.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += qcs6490-rb3gen2.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += qcs8550-aim300-aiot.dtb
+dtb-$(CONFIG_ARCH_QCOM)        += qcs9100-ride.dtb
+dtb-$(CONFIG_ARCH_QCOM)        += qcs9100-ride-r3.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += qdu1000-idp.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += qrb2210-rb1.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += qrb4210-rb2.dtb
diff --git a/arch/arm64/boot/dts/qcom/qcs9100-ride-r3.dts b/arch/arm64/boot/dts/qcom/qcs9100-ride-r3.dts
new file mode 100644 (file)
index 0000000..759d1ec
--- /dev/null
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: BSD-3-Clause
+/*
+ * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
+ */
+/dts-v1/;
+
+#include "sa8775p-ride-r3.dts"
+/ {
+       model = "Qualcomm QCS9100 Ride Rev3";
+       compatible = "qcom,qcs9100-ride-r3", "qcom,qcs9100", "qcom,sa8775p";
+};
diff --git a/arch/arm64/boot/dts/qcom/qcs9100-ride.dts b/arch/arm64/boot/dts/qcom/qcs9100-ride.dts
new file mode 100644 (file)
index 0000000..979462d
--- /dev/null
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: BSD-3-Clause
+/*
+ * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
+ */
+/dts-v1/;
+
+#include "sa8775p-ride.dts"
+/ {
+       model = "Qualcomm QCS9100 Ride";
+       compatible = "qcom,qcs9100-ride", "qcom,qcs9100", "qcom,sa8775p";
+};