arm64: dts: imx: minor whitespace cleanup around '='
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 2 Jul 2023 18:51:48 +0000 (20:51 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 18 Jul 2023 04:02:50 +0000 (12:02 +0800)
The DTS code coding style expects exactly one space before and after '='
sign.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi
arch/arm64/boot/dts/freescale/imx8mp.dtsi
arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
arch/arm64/boot/dts/freescale/imx8mq-librem5-r2.dts
arch/arm64/boot/dts/freescale/imx8mq-librem5-r3.dtsi
arch/arm64/boot/dts/freescale/imx8mq.dtsi
arch/arm64/boot/dts/freescale/imx8x-colibri-aster.dtsi
arch/arm64/boot/dts/freescale/imx8x-colibri-iris.dtsi
arch/arm64/boot/dts/freescale/imx93.dtsi

index 52c5a43..e2c94da 100644 (file)
@@ -69,7 +69,7 @@
                        mdio-parent-bus = <&emdio1>;
                        reg = <0x54 1>;         /* BRDCFG4 */
                        mux-mask = <0xe0>;      /* EMI1_MDIO */
-                       #address-cells=<1>;
+                       #address-cells = <1>;
                        #size-cells = <0>;
 
                        /* Child MDIO buses, one for each riser card:
index cc406bb..de59013 100644 (file)
 
                                snvs_rtc: snvs-rtc-lp {
                                        compatible = "fsl,sec-v4.0-mon-rtc-lp";
-                                       regmap =<&snvs>;
+                                       regmap = <&snvs>;
                                        offset = <0x34>;
                                        interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
                                                     <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
                                        pgc_vpumix: power-domain@19 {
                                                #power-domain-cells = <0>;
                                                reg = <IMX8MP_POWER_DOMAIN_VPUMIX>;
-                                               clocks =<&clk IMX8MP_CLK_VPU_ROOT>;
+                                               clocks = <&clk IMX8MP_CLK_VPU_ROOT>;
                                        };
 
                                        pgc_vpu_g1: power-domain@20 {
                        #size-cells = <2>;
                        device_type = "pci";
                        bus-range = <0x00 0xff>;
-                       ranges =  <0x81000000 0 0x00000000 0x1ff80000 0 0x00010000>, /* downstream I/O 64KB */
-                                 <0x82000000 0 0x18000000 0x18000000 0 0x07f00000>; /* non-prefetchable memory */
+                       ranges = <0x81000000 0 0x00000000 0x1ff80000 0 0x00010000>, /* downstream I/O 64KB */
+                                <0x82000000 0 0x18000000 0x18000000 0 0x07f00000>; /* non-prefetchable memory */
                        num-lanes = <1>;
                        num-viewport = <4>;
                        interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
index ce7ce2b..b3549ea 100644 (file)
                reg = <0x6a>;
                vdd-supply = <&reg_3v3_p>;
                vddio-supply = <&reg_3v3_p>;
-               mount-matrix =  "1",  "0",  "0",
-                               "0",  "1",  "0",
-                               "0",  "0", "-1";
+               mount-matrix = "1",  "0",  "0",
+                              "0",  "1",  "0",
+                              "0",  "0", "-1";
        };
 };
 
index 2b3d437..cf40025 100644 (file)
@@ -13,9 +13,9 @@
 };
 
 &accel_gyro {
-       mount-matrix =  "1",  "0",  "0",
-                       "0", "-1",  "0",
-                       "0",  "0",  "1";
+       mount-matrix = "1",  "0",  "0",
+                      "0", "-1",  "0",
+                      "0",  "0",  "1";
 };
 
 &bq25895 {
index 7fd0176..17f8649 100644 (file)
@@ -16,9 +16,9 @@
 };
 
 &accel_gyro {
-       mount-matrix =  "1",  "0",  "0",
-                       "0",  "1",  "0",
-                       "0",  "0", "-1";
+       mount-matrix = "1",  "0",  "0",
+                      "0",  "1",  "0",
+                      "0",  "0", "-1";
 };
 
 &bq25895 {
@@ -39,9 +39,9 @@
 };
 
 &magnetometer {
-       mount-matrix =  "1",  "0",  "0",
-                       "0", "-1",  "0",
-                       "0",  "0", "-1";
+       mount-matrix = "1",  "0",  "0",
+                      "0", "-1",  "0",
+                      "0",  "0", "-1";
 };
 
 &proximity {
index 1a2d2c0..225ecee 100644 (file)
 
                                snvs_rtc: snvs-rtc-lp{
                                        compatible = "fsl,sec-v4.0-mon-rtc-lp";
-                                       regmap =<&snvs>;
+                                       regmap = <&snvs>;
                                        offset = <0x34>;
                                        interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
                                                <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
                        #size-cells = <2>;
                        device_type = "pci";
                        bus-range = <0x00 0xff>;
-                       ranges =  <0x81000000 0 0x00000000 0x27f80000 0 0x00010000>, /* downstream I/O 64KB */
-                                 <0x82000000 0 0x20000000 0x20000000 0 0x07f00000>; /* non-prefetchable memory */
+                       ranges = <0x81000000 0 0x00000000 0x27f80000 0 0x00010000>, /* downstream I/O 64KB */
+                                <0x82000000 0 0x20000000 0x20000000 0 0x07f00000>; /* non-prefetchable memory */
                        num-lanes = <1>;
                        interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-names = "msi";
index aab6559..bc65906 100644 (file)
@@ -35,7 +35,7 @@
 
 /* Colibri UART_A */
 &lpuart3 {
-       status= "okay";
+       status = "okay";
 };
 
 /* Colibri SDCard */
index f895306..8d06925 100644 (file)
@@ -77,7 +77,7 @@
 
 /* Colibri UART_A */
 &lpuart3 {
-       status= "okay";
+       status = "okay";
 };
 
 &lsio_gpio3 {
index 16e6073..4ec9df7 100644 (file)
                                clock-names = "ipg", "ahb", "per";
                                bus-width = <8>;
                                fsl,tuning-start-tap = <20>;
-                               fsl,tuning-step= <2>;
+                               fsl,tuning-step = <2>;
                                status = "disabled";
                        };
 
                                clock-names = "ipg", "ahb", "per";
                                bus-width = <4>;
                                fsl,tuning-start-tap = <20>;
-                               fsl,tuning-step= <2>;
+                               fsl,tuning-step = <2>;
                                status = "disabled";
                        };
 
                                clock-names = "ipg", "ahb", "per";
                                bus-width = <4>;
                                fsl,tuning-start-tap = <20>;
-                               fsl,tuning-step= <2>;
+                               fsl,tuning-step = <2>;
                                status = "disabled";
                        };
                };