arm64: dts: qcom: msm8916/39: Rename &blsp1_uartN -> &blsp_uartN
authorStephan Gerhold <stephan@gerhold.net>
Mon, 29 May 2023 12:46:59 +0000 (14:46 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 29 May 2023 21:37:01 +0000 (14:37 -0700)
For some reason the BLSP UART controllers have a label with a number
behind blsp (&blsp1_uartN) while I2C/SPI are named without (&blsp_i2cN).
This is confusing, especially for proper node ordering in board DTs.

Right now all board DTs are ordered as if the number behind blsp does
not exist (&blsp_i2cN comes before &blsp1_uartN). Strictly speaking
correct ordering would be the other way around ('1' comes before '_').

End this confusion by giving the UART controllers consistent labels.
There is just one BLSP on MSM8916/39 so the number is redundant.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230525-msm8916-labels-v1-2-bec0f5fb46fb@gerhold.net
20 files changed:
arch/arm64/boot/dts/qcom/apq8016-sbc.dts
arch/arm64/boot/dts/qcom/apq8039-t2.dts
arch/arm64/boot/dts/qcom/msm8916-acer-a1-724.dts
arch/arm64/boot/dts/qcom/msm8916-alcatel-idol347.dts
arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
arch/arm64/boot/dts/qcom/msm8916-gplus-fl8005a.dts
arch/arm64/boot/dts/qcom/msm8916-huawei-g7.dts
arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts
arch/arm64/boot/dts/qcom/msm8916-longcheer-l8910.dts
arch/arm64/boot/dts/qcom/msm8916-mtp.dts
arch/arm64/boot/dts/qcom/msm8916-pins.dtsi
arch/arm64/boot/dts/qcom/msm8916-samsung-a2015-common.dtsi
arch/arm64/boot/dts/qcom/msm8916-samsung-gt5-common.dtsi
arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi
arch/arm64/boot/dts/qcom/msm8916-samsung-serranove.dts
arch/arm64/boot/dts/qcom/msm8916-ufi.dtsi
arch/arm64/boot/dts/qcom/msm8916-wingtech-wt88047.dts
arch/arm64/boot/dts/qcom/msm8916.dtsi
arch/arm64/boot/dts/qcom/msm8939-sony-xperia-kanuti-tulip.dts
arch/arm64/boot/dts/qcom/msm8939.dtsi

index 82f141b..19bf429 100644 (file)
@@ -18,8 +18,8 @@
        compatible = "qcom,apq8016-sbc", "qcom,apq8016";
 
        aliases {
-               serial0 = &blsp1_uart2;
-               serial1 = &blsp1_uart1;
+               serial0 = &blsp_uart2;
+               serial1 = &blsp_uart1;
                usid0 = &pm8916_0;
                i2c0 = &blsp_i2c2;
                i2c1 = &blsp_i2c6;
        label = "LS-SPI0";
 };
 
-&blsp1_uart1 {
+&blsp_uart1 {
        status = "okay";
        label = "LS-UART0";
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
        label = "LS-UART1";
 };
index e75ee34..07f4c63 100644 (file)
@@ -24,8 +24,8 @@
        aliases {
                mmc0 = &sdhc_1;
                mmc1 = &sdhc_2;
-               serial0 = &blsp1_uart1;
-               serial1 = &blsp1_uart2;
+               serial0 = &blsp_uart1;
+               serial1 = &blsp_uart2;
        };
 
        bl: backlight {
        status = "okay";
 };
 
-&blsp1_uart1 {
+&blsp_uart1 {
        status = "okay";
 };
 
-&blsp1_uart1_default {
+&blsp_uart1_default {
        pins = "gpio0", "gpio1";
 };
 
-&blsp1_uart1_sleep {
+&blsp_uart1_sleep {
        pins = "gpio0", "gpio1";
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index 7b77a80..c864ce1 100644 (file)
@@ -22,7 +22,7 @@
        chassis-type = "tablet";
 
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
        };
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index d2abbde..47580bd 100644 (file)
@@ -13,7 +13,7 @@
        chassis-type = "handset";
 
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
@@ -56,7 +56,7 @@
        };
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index c58a70f..ad71695 100644 (file)
@@ -13,7 +13,7 @@
        chassis-type = "handset";
 
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
        };
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index 221db7e..a2be985 100644 (file)
@@ -14,7 +14,7 @@
        chassis-type = "tablet";
 
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
        };
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index b02e8f9..cbf53de 100644 (file)
@@ -26,7 +26,7 @@
        chassis-type = "handset";
 
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
        };
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index 56f74a8..facb448 100644 (file)
@@ -14,7 +14,7 @@
        chassis-type = "handset";
 
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
        };
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index a1208c8..707288b 100644 (file)
@@ -13,7 +13,7 @@
        chassis-type = "handset";
 
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
        };
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index 7c0ceb3..438eb1f 100644 (file)
@@ -12,7 +12,7 @@
        compatible = "qcom,msm8916-mtp", "qcom,msm8916-mtp/1", "qcom,msm8916";
 
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
                usid0 = &pm8916_0;
        };
 
@@ -21,6 +21,6 @@
        };
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
index 1e07f70..3539d90 100644 (file)
@@ -5,7 +5,7 @@
 
 &tlmm {
 
-       blsp1_uart1_default: blsp1-uart1-default-state {
+       blsp_uart1_default: blsp-uart1-default-state {
                /* TX, RX, CTS_N, RTS_N */
                pins = "gpio0", "gpio1", "gpio2", "gpio3";
                function = "blsp_uart1";
@@ -14,7 +14,7 @@
                bias-disable;
        };
 
-       blsp1_uart1_sleep: blsp1-uart1-sleep-state {
+       blsp_uart1_sleep: blsp-uart1-sleep-state {
                pins = "gpio0", "gpio1", "gpio2", "gpio3";
                function = "gpio";
 
@@ -22,7 +22,7 @@
                bias-pull-down;
        };
 
-       blsp1_uart2_default: blsp1-uart2-default-state {
+       blsp_uart2_default: blsp-uart2-default-state {
                pins = "gpio4", "gpio5";
                function = "blsp_uart2";
 
@@ -30,7 +30,7 @@
                bias-disable;
        };
 
-       blsp1_uart2_sleep: blsp1-uart2-sleep-state {
+       blsp_uart2_sleep: blsp-uart2-sleep-state {
                pins = "gpio4", "gpio5";
                function = "gpio";
 
index 550ba6b..497fc83 100644 (file)
@@ -8,7 +8,7 @@
 
 / {
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
        };
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index cb1b631..82d94d6 100644 (file)
@@ -9,7 +9,7 @@
 
 / {
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
        };
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index b2d2bc2..7893520 100644 (file)
@@ -7,7 +7,7 @@
 
 / {
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
@@ -84,7 +84,7 @@
        };
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index 13a1d88..bd1e1e1 100644 (file)
@@ -28,7 +28,7 @@
        chassis-type = "handset";
 
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
        };
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index f561310..898722e 100644 (file)
@@ -9,7 +9,7 @@
        chassis-type = "embedded";
 
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
@@ -82,7 +82,7 @@
        status = "okay";
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index 12ce4dc..930318a 100644 (file)
@@ -16,7 +16,7 @@
        chassis-type = "handset";
 
        aliases {
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
        };
 };
 
-&blsp1_uart2 {
+&blsp_uart2 {
        status = "okay";
 };
 
index a363be2..10670cf 100644 (file)
                        qcom,ee = <0>;
                };
 
-               blsp1_uart1: serial@78af000 {
+               blsp_uart1: serial@78af000 {
                        compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
                        reg = <0x078af000 0x200>;
                        interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
                        dmas = <&blsp_dma 0>, <&blsp_dma 1>;
                        dma-names = "tx", "rx";
                        pinctrl-names = "default", "sleep";
-                       pinctrl-0 = <&blsp1_uart1_default>;
-                       pinctrl-1 = <&blsp1_uart1_sleep>;
+                       pinctrl-0 = <&blsp_uart1_default>;
+                       pinctrl-1 = <&blsp_uart1_sleep>;
                        status = "disabled";
                };
 
-               blsp1_uart2: serial@78b0000 {
+               blsp_uart2: serial@78b0000 {
                        compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
                        reg = <0x078b0000 0x200>;
                        interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
                        dmas = <&blsp_dma 2>, <&blsp_dma 3>;
                        dma-names = "tx", "rx";
                        pinctrl-names = "default", "sleep";
-                       pinctrl-0 = <&blsp1_uart2_default>;
-                       pinctrl-1 = <&blsp1_uart2_sleep>;
+                       pinctrl-0 = <&blsp_uart2_default>;
+                       pinctrl-1 = <&blsp_uart2_sleep>;
                        status = "disabled";
                };
 
index 951d016..85a8d8f 100644 (file)
@@ -23,7 +23,7 @@
        aliases {
                mmc0 = &sdhc_1; /* SDC1 eMMC slot */
                mmc1 = &sdhc_2; /* SDC2 SD card slot */
-               serial0 = &blsp1_uart2;
+               serial0 = &blsp_uart2;
        };
 
        chosen {
index 778d24c..a44f7e8 100644 (file)
                        interrupt-controller;
                        #interrupt-cells = <2>;
 
-                       blsp1_uart1_default: blsp1-uart1-default-state {
+                       blsp_uart1_default: blsp-uart1-default-state {
                                pins = "gpio0", "gpio1", "gpio2", "gpio3";
                                function = "blsp_uart1";
                                drive-strength = <16>;
                                bias-disable;
                        };
 
-                       blsp1_uart1_sleep: blsp1-uart1-sleep-state {
+                       blsp_uart1_sleep: blsp-uart1-sleep-state {
                                pins = "gpio0", "gpio1", "gpio2", "gpio3";
                                function = "gpio";
                                drive-strength = <2>;
                                bias-pull-down;
                        };
 
-                       blsp1_uart2_default: blsp1-uart2-default-state {
+                       blsp_uart2_default: blsp-uart2-default-state {
                                pins = "gpio4", "gpio5";
                                function = "blsp_uart2";
                                drive-strength = <16>;
                                bias-disable;
                        };
 
-                       blsp1_uart2_sleep: blsp1-uart2-sleep-state {
+                       blsp_uart2_sleep: blsp-uart2-sleep-state {
                                pins = "gpio4", "gpio5";
                                function = "gpio";
                                drive-strength = <2>;
                        qcom,ee = <0>;
                };
 
-               blsp1_uart1: serial@78af000 {
+               blsp_uart1: serial@78af000 {
                        compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
                        reg = <0x078af000 0x200>;
                        interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
                        clock-names = "core", "iface";
                        dmas = <&blsp_dma 0>, <&blsp_dma 1>;
                        dma-names = "tx", "rx";
-                       pinctrl-0 = <&blsp1_uart1_default>;
-                       pinctrl-1 = <&blsp1_uart1_sleep>;
+                       pinctrl-0 = <&blsp_uart1_default>;
+                       pinctrl-1 = <&blsp_uart1_sleep>;
                        pinctrl-names = "default", "sleep";
                        status = "disabled";
                };
 
-               blsp1_uart2: serial@78b0000 {
+               blsp_uart2: serial@78b0000 {
                        compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
                        reg = <0x078b0000 0x200>;
                        interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
                        clock-names = "core", "iface";
                        dmas = <&blsp_dma 2>, <&blsp_dma 3>;
                        dma-names = "tx", "rx";
-                       pinctrl-0 = <&blsp1_uart2_default>;
-                       pinctrl-1 = <&blsp1_uart2_sleep>;
+                       pinctrl-0 = <&blsp_uart2_default>;
+                       pinctrl-1 = <&blsp_uart2_sleep>;
                        pinctrl-names = "default", "sleep";
                        status = "disabled";
                };