arm64: dts: qcom: sc8280xp: rename qup2_uart17 to uart17
authorBrian Masney <bmasney@redhat.com>
Tue, 3 Jan 2023 18:22:22 +0000 (13:22 -0500)
committerBjorn Andersson <andersson@kernel.org>
Thu, 19 Jan 2023 00:01:33 +0000 (18:01 -0600)
In preparation for adding the missing SPI and I2C nodes to
sc8280xp.dtsi, it was decided to rename all of the existing qupX_
uart, spi, and i2c nodes to drop the qupX_ prefix. Let's go ahead
and rename qup2_uart17 to uart17. Note that some nodes are moved in the
file by this patch to preserve the expected sort order in the file.

Signed-off-by: Brian Masney <bmasney@redhat.com>
Link: https://lore.kernel.org/lkml/20221212182314.1902632-1-bmasney@redhat.com/
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230103182229.37169-4-bmasney@redhat.com
arch/arm64/boot/dts/qcom/sa8295p-adp.dts
arch/arm64/boot/dts/qcom/sa8540p-ride.dts
arch/arm64/boot/dts/qcom/sc8280xp-crd.dts
arch/arm64/boot/dts/qcom/sc8280xp.dtsi

index 80cb18d..bb4270e 100644 (file)
@@ -18,7 +18,7 @@
        compatible = "qcom,sa8295p-adp", "qcom,sa8540p";
 
        aliases {
-               serial0 = &qup2_uart17;
+               serial0 = &uart17;
        };
 
        chosen {
        status = "okay";
 };
 
-&qup2_uart17 {
-       compatible = "qcom,geni-debug-uart";
-       status = "okay";
-};
-
 &remoteproc_adsp {
        firmware-name = "qcom/sa8540p/adsp.mbn";
        status = "okay";
        status = "okay";
 };
 
+&uart17 {
+       compatible = "qcom,geni-debug-uart";
+       status = "okay";
+};
+
 &ufs_mem_hc {
        reset-gpios = <&tlmm 228 GPIO_ACTIVE_LOW>;
 
index 455e295..b2d5dea 100644 (file)
@@ -17,7 +17,7 @@
        compatible = "qcom,sa8540p-ride", "qcom,sa8540p";
 
        aliases {
-               serial0 = &qup2_uart17;
+               serial0 = &uart17;
        };
 
        chosen {
        status = "okay";
 };
 
-&qup2_uart17 {
-       compatible = "qcom,geni-debug-uart";
-       status = "okay";
-};
-
 &remoteproc_nsp0 {
        firmware-name = "qcom/sa8540p/cdsp.mbn";
        status = "okay";
        status = "okay";
 };
 
+&uart17 {
+       compatible = "qcom,geni-debug-uart";
+       status = "okay";
+};
+
 &ufs_mem_hc {
        reset-gpios = <&tlmm 228 GPIO_ACTIVE_LOW>;
 
index 6f68637..19dbc5f 100644 (file)
@@ -17,7 +17,7 @@
        compatible = "qcom,sc8280xp-crd", "qcom,sc8280xp";
 
        aliases {
-               serial0 = &qup2_uart17;
+               serial0 = &uart17;
        };
 
        backlight: backlight {
        };
 };
 
-&qup2_uart17 {
-       compatible = "qcom,geni-debug-uart";
-
-       status = "okay";
-};
-
 &remoteproc_adsp {
        firmware-name = "qcom/sc8280xp/qcadsp8280.mbn";
 
        status = "okay";
 };
 
+&uart17 {
+       compatible = "qcom,geni-debug-uart";
+
+       status = "okay";
+};
+
 &ufs_mem_hc {
        reset-gpios = <&tlmm 228 GPIO_ACTIVE_LOW>;
 
index abc45d1..29dd60d 100644 (file)
 
                        status = "disabled";
 
-                       qup2_uart17: serial@884000 {
+                       uart17: serial@884000 {
                                compatible = "qcom,geni-uart";
                                reg = <0 0x00884000 0 0x4000>;
                                clocks = <&gcc GCC_QUPV3_WRAP2_S1_CLK>;