arm64: dts: qcom: sc7280: Rename crd to crd-r3
authorMatthias Kaehlcke <mka@chromium.org>
Thu, 17 Mar 2022 00:28:17 +0000 (17:28 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 11 Apr 2022 20:45:23 +0000 (15:45 -0500)
There are multiple revisions of CRD boards. The current sc7280-crd.dts
describes revision 3 and 4 (aka CRD 1.0 and 2.0). Support for a newer
version will be added by another patch. Add the revision number to
distinguish it from the versionn. Also add the revision numbers to
the compatible string.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Rajendra Nayak <quic_rjendra@quicinc.com>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220316172814.v1.1.I2deda8f2cd6adfbb525a97d8fee008a8477b7b0e@changeid
arch/arm64/boot/dts/qcom/Makefile
arch/arm64/boot/dts/qcom/sc7280-crd-r3.dts [moved from arch/arm64/boot/dts/qcom/sc7280-crd.dts with 91% similarity]

index f1b5975..d91fdae 100644 (file)
@@ -88,7 +88,7 @@ dtb-$(CONFIG_ARCH_QCOM)       += sc7280-herobrine-herobrine-r1.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += sc7280-herobrine-villager-r0.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += sc7280-idp.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += sc7280-idp2.dtb
-dtb-$(CONFIG_ARCH_QCOM)        += sc7280-crd.dtb
+dtb-$(CONFIG_ARCH_QCOM)        += sc7280-crd-r3.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += sdm630-sony-xperia-ganges-kirin.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += sdm630-sony-xperia-nile-discovery.dtb
 dtb-$(CONFIG_ARCH_QCOM)        += sdm630-sony-xperia-nile-pioneer.dtb
similarity index 91%
rename from arch/arm64/boot/dts/qcom/sc7280-crd.dts
rename to arch/arm64/boot/dts/qcom/sc7280-crd-r3.dts
index e2efbdd..7a028b9 100644 (file)
@@ -11,8 +11,8 @@
 #include "sc7280-idp-ec-h1.dtsi"
 
 / {
-       model = "Qualcomm Technologies, Inc. sc7280 CRD platform";
-       compatible = "qcom,sc7280-crd", "google,hoglin", "qcom,sc7280";
+       model = "Qualcomm Technologies, Inc. sc7280 CRD platform (rev3 - 4)";
+       compatible = "qcom,sc7280-crd", "google,hoglin-rev3", "google,hoglin-rev4", "qcom,sc7280";
 
        aliases {
                serial0 = &uart5;