ARM: dts: qcom: minor whitespace cleanup around '='
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 2 Jul 2023 18:50:51 +0000 (20:50 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 10 Jul 2023 04:40:01 +0000 (21:40 -0700)
The DTS code coding style expects exactly one space before and after '='
sign.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230702185051.43867-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi
arch/arm/boot/dts/qcom/qcom-msm8974pro-fairphone-fp2.dts

index 13388e5c1b4bd3c354a51c982f1f624f1531861f..1e06f76a736917e0729e8aea370e77f6b900415f 100644 (file)
 
                pcie0: pci@40000000 {
                        compatible = "qcom,pcie-ipq4019";
-                       reg =  <0x40000000 0xf1d
-                               0x40000f20 0xa8
-                               0x80000 0x2000
-                               0x40100000 0x1000>;
+                       reg = <0x40000000 0xf1d>,
+                             <0x40000f20 0xa8>,
+                             <0x80000 0x2000>,
+                             <0x40100000 0x1000>;
                        reg-names = "dbi", "elbi", "parf", "config";
                        device_type = "pci";
                        linux,pci-domain = <0>;
                                     <GIC_SPI 46 IRQ_TYPE_EDGE_RISING>,
                                     <GIC_SPI 47 IRQ_TYPE_EDGE_RISING>,
                                     <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
-                       interrupt-names =  "msi0",  "msi1",  "msi2",  "msi3",
-                                          "msi4",  "msi5",  "msi6",  "msi7",
-                                          "msi8",  "msi9", "msi10", "msi11",
+                       interrupt-names = "msi0",  "msi1",  "msi2",  "msi3",
+                                         "msi4",  "msi5",  "msi6",  "msi7",
+                                         "msi8",  "msi9", "msi10", "msi11",
                                          "msi12", "msi13", "msi14", "msi15",
                                          "legacy";
                        status = "disabled";
                                     <GIC_SPI 62 IRQ_TYPE_EDGE_RISING>,
                                     <GIC_SPI 63 IRQ_TYPE_EDGE_RISING>,
                                     <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
-                       interrupt-names =  "msi0",  "msi1",  "msi2",  "msi3",
-                                          "msi4",  "msi5",  "msi6",  "msi7",
-                                          "msi8",  "msi9", "msi10", "msi11",
+                       interrupt-names = "msi0",  "msi1",  "msi2",  "msi3",
+                                         "msi4",  "msi5",  "msi6",  "msi7",
+                                         "msi8",  "msi9", "msi10", "msi11",
                                          "msi12", "msi13", "msi14", "msi15",
                                          "legacy";
                        status = "disabled";
index f531d2679f6c5cc21d55c274d40c6ce844afefca..42d253b75dad02552e03b0c210d3589c9727a678 100644 (file)
 
        wcnss_pin_a: wcnss-pin-active-state {
                wlan-pins {
-                       pins =  "gpio36", "gpio37", "gpio38", "gpio39", "gpio40";
+                       pins = "gpio36", "gpio37", "gpio38", "gpio39", "gpio40";
                        function = "wlan";
 
                        drive-strength = <6>;