ARM: dts: exynos: Correct whitespace and indentation issues
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 30 Aug 2020 13:52:00 +0000 (15:52 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 2 Sep 2020 15:48:20 +0000 (17:48 +0200)
Remove double space after '=' and fix indentation in Exynos3250,
Exynos4210 and Exynos4412 boards.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200830135200.24304-33-krzk@kernel.org
arch/arm/boot/dts/exynos3250-monk.dts
arch/arm/boot/dts/exynos3250-rinato.dts
arch/arm/boot/dts/exynos4210-trats.dts
arch/arm/boot/dts/exynos4210-universal_c210.dts
arch/arm/boot/dts/exynos4412-i9300.dts
arch/arm/boot/dts/exynos4412-i9305.dts
arch/arm/boot/dts/exynos4412-n710x.dts
arch/arm/boot/dts/exynos4412-trats2.dts

index ca29d7ed82163a3e145104a7dd5c5d3b5efe37c7..9d77a73bc92bdaa6fed05e21b568323630862ae6 100644 (file)
@@ -26,7 +26,7 @@
 
        memory@40000000 {
                device_type = "memory";
-               reg =  <0x40000000 0x1ff00000>;
+               reg = <0x40000000 0x1ff00000>;
        };
 
        firmware@205f000 {
index aba8350cfdaf32340e8dbbc32604e031241192c9..3df003af0d151476998a03f7324c85e3eb73f013 100644 (file)
@@ -30,7 +30,7 @@
 
        memory@40000000 {
                device_type = "memory";
-               reg =  <0x40000000 0x1ff00000>;
+               reg = <0x40000000 0x1ff00000>;
        };
 
        firmware@205f000 {
index 12bfd4428c9059299dca856bb6dd14e29639fa98..a226bec56a459a6363a4d4bed4842739093e59e7 100644 (file)
 
                regulators {
                        valive_reg: LDO2 {
-                            regulator-name = "VALIVE_1.1V_C210";
-                            regulator-min-microvolt = <1100000>;
-                            regulator-max-microvolt = <1100000>;
-                            regulator-always-on;
+                               regulator-name = "VALIVE_1.1V_C210";
+                               regulator-min-microvolt = <1100000>;
+                               regulator-max-microvolt = <1100000>;
+                               regulator-always-on;
                        };
 
                        vusb_reg: LDO3 {
-                            regulator-name = "VUSB_1.1V_C210";
-                            regulator-min-microvolt = <1100000>;
-                            regulator-max-microvolt = <1100000>;
+                               regulator-name = "VUSB_1.1V_C210";
+                               regulator-min-microvolt = <1100000>;
+                               regulator-max-microvolt = <1100000>;
                        };
 
                        vmipi_reg: LDO4 {
-                            regulator-name = "VMIPI_1.8V";
-                            regulator-min-microvolt = <1800000>;
-                            regulator-max-microvolt = <1800000>;
+                               regulator-name = "VMIPI_1.8V";
+                               regulator-min-microvolt = <1800000>;
+                               regulator-max-microvolt = <1800000>;
                        };
 
                        vpda_reg: LDO6 {
-                            regulator-name = "VCC_1.8V_PDA";
-                            regulator-min-microvolt = <1800000>;
-                            regulator-max-microvolt = <1800000>;
-                            regulator-always-on;
+                               regulator-name = "VCC_1.8V_PDA";
+                               regulator-min-microvolt = <1800000>;
+                               regulator-max-microvolt = <1800000>;
+                               regulator-always-on;
                        };
 
                        vcam_reg: LDO7 {
-                            regulator-name = "CAM_ISP_1.8V";
-                            regulator-min-microvolt = <1800000>;
-                            regulator-max-microvolt = <1800000>;
+                               regulator-name = "CAM_ISP_1.8V";
+                               regulator-min-microvolt = <1800000>;
+                               regulator-max-microvolt = <1800000>;
                        };
 
                        vusbdac_reg: LDO8 {
-                            regulator-name = "VUSB+VDAC_3.3V_C210";
-                            regulator-min-microvolt = <3300000>;
-                            regulator-max-microvolt = <3300000>;
+                               regulator-name = "VUSB+VDAC_3.3V_C210";
+                               regulator-min-microvolt = <3300000>;
+                               regulator-max-microvolt = <3300000>;
                        };
 
                        vccpda_reg: LDO9 {
-                            regulator-name = "VCC_2.8V_PDA";
-                            regulator-min-microvolt = <2800000>;
-                            regulator-max-microvolt = <2800000>;
-                            regulator-always-on;
+                               regulator-name = "VCC_2.8V_PDA";
+                               regulator-min-microvolt = <2800000>;
+                               regulator-max-microvolt = <2800000>;
+                               regulator-always-on;
                        };
 
                        vpll_reg: LDO10 {
-                            regulator-name = "VPLL_1.1V_C210";
-                            regulator-min-microvolt = <1100000>;
-                            regulator-max-microvolt = <1100000>;
-                            regulator-always-on;
+                               regulator-name = "VPLL_1.1V_C210";
+                               regulator-min-microvolt = <1100000>;
+                               regulator-max-microvolt = <1100000>;
+                               regulator-always-on;
                        };
 
                        vtcam_reg: LDO12 {
-                            regulator-name = "VT_CAM_1.8V";
-                            regulator-min-microvolt = <1800000>;
-                            regulator-max-microvolt = <1800000>;
+                               regulator-name = "VT_CAM_1.8V";
+                               regulator-min-microvolt = <1800000>;
+                               regulator-max-microvolt = <1800000>;
                        };
 
                        vcclcd_reg: LDO13 {
-                            regulator-name = "VCC_3.3V_LCD";
-                            regulator-min-microvolt = <3300000>;
-                            regulator-max-microvolt = <3300000>;
+                               regulator-name = "VCC_3.3V_LCD";
+                               regulator-min-microvolt = <3300000>;
+                               regulator-max-microvolt = <3300000>;
                        };
 
                        vlcd_reg: LDO15 {
-                            regulator-name = "VLCD_2.2V";
-                            regulator-min-microvolt = <2200000>;
-                            regulator-max-microvolt = <2200000>;
+                               regulator-name = "VLCD_2.2V";
+                               regulator-min-microvolt = <2200000>;
+                               regulator-max-microvolt = <2200000>;
                        };
 
                        camsensor_reg: LDO16 {
-                            regulator-name = "CAM_SENSOR_IO_1.8V";
-                            regulator-min-microvolt = <1800000>;
-                            regulator-max-microvolt = <1800000>;
+                               regulator-name = "CAM_SENSOR_IO_1.8V";
+                               regulator-min-microvolt = <1800000>;
+                               regulator-max-microvolt = <1800000>;
                        };
 
                        tflash_reg: LDO17 {
-                            regulator-name = "VTF_2.8V";
-                            regulator-min-microvolt = <2800000>;
-                            regulator-max-microvolt = <2800000>;
+                               regulator-name = "VTF_2.8V";
+                               regulator-min-microvolt = <2800000>;
+                               regulator-max-microvolt = <2800000>;
                        };
 
                        vddq_reg: LDO21 {
-                            regulator-name = "VDDQ_M1M2_1.2V";
-                            regulator-min-microvolt = <1200000>;
-                            regulator-max-microvolt = <1200000>;
-                            regulator-always-on;
+                               regulator-name = "VDDQ_M1M2_1.2V";
+                               regulator-min-microvolt = <1200000>;
+                               regulator-max-microvolt = <1200000>;
+                               regulator-always-on;
                        };
 
                        varm_breg: BUCK1 {
-                            regulator-name = "VARM_1.2V_C210";
-                            regulator-min-microvolt = <900000>;
-                            regulator-max-microvolt = <1350000>;
-                            regulator-always-on;
+                               regulator-name = "VARM_1.2V_C210";
+                               regulator-min-microvolt = <900000>;
+                               regulator-max-microvolt = <1350000>;
+                               regulator-always-on;
                        };
 
                        vint_breg: BUCK2 {
-                            regulator-name = "VINT_1.1V_C210";
-                            regulator-min-microvolt = <900000>;
-                            regulator-max-microvolt = <1100000>;
-                            regulator-always-on;
+                               regulator-name = "VINT_1.1V_C210";
+                               regulator-min-microvolt = <900000>;
+                               regulator-max-microvolt = <1100000>;
+                               regulator-always-on;
                        };
 
                        camisp_breg: BUCK4 {
-                            regulator-name = "CAM_ISP_CORE_1.2V";
-                            regulator-min-microvolt = <1200000>;
-                            regulator-max-microvolt = <1200000>;
+                               regulator-name = "CAM_ISP_CORE_1.2V";
+                               regulator-min-microvolt = <1200000>;
+                               regulator-max-microvolt = <1200000>;
                        };
 
                        vmem_breg: BUCK5 {
-                            regulator-name = "VMEM_1.2V_C210";
-                            regulator-min-microvolt = <1200000>;
-                            regulator-max-microvolt = <1200000>;
-                            regulator-always-on;
+                               regulator-name = "VMEM_1.2V_C210";
+                               regulator-min-microvolt = <1200000>;
+                               regulator-max-microvolt = <1200000>;
+                               regulator-always-on;
                        };
 
                        vccsub_breg: BUCK7 {
-                            regulator-name = "VCC_SUB_2.0V";
-                            regulator-min-microvolt = <2000000>;
-                            regulator-max-microvolt = <2000000>;
-                            regulator-always-on;
+                               regulator-name = "VCC_SUB_2.0V";
+                               regulator-min-microvolt = <2000000>;
+                               regulator-max-microvolt = <2000000>;
+                               regulator-always-on;
                        };
 
                        safe1_sreg: ESAFEOUT1 {
-                            regulator-name = "SAFEOUT1";
+                               regulator-name = "SAFEOUT1";
                        };
 
                        safe2_sreg: ESAFEOUT2 {
-                            regulator-name = "SAFEOUT2";
-                            regulator-boot-on;
+                               regulator-name = "SAFEOUT2";
+                               regulator-boot-on;
                        };
 
                        EN32KHZ_AP {
index d1edadb735800c3fabd3c17cea7c0f931f6eae39..08284e8f362465e9b93fd37bf3e7c211f2e7632f 100644 (file)
@@ -49,7 +49,7 @@
        };
 
        vemmc_reg: voltage-regulator {
-               compatible = "regulator-fixed";
+               compatible = "regulator-fixed";
                regulator-name = "VMEM_VDD_2_8V";
                regulator-min-microvolt = <2800000>;
                regulator-max-microvolt = <2800000>;
        };
 
        tsp_reg: voltage-regulator {
-               compatible = "regulator-fixed";
+               compatible = "regulator-fixed";
                regulator-name = "TSP_2_8V";
                regulator-min-microvolt = <2800000>;
                regulator-max-microvolt = <2800000>;
index 3691802b69c53f87ce4a83684a0f01c09f9c60c5..07fbcf845c49f8e5096b8eaad10f37bb4fa0b4b1 100644 (file)
@@ -17,7 +17,7 @@
 
        memory@40000000 {
                device_type = "memory";
-               reg =  <0x40000000 0x40000000>;
+               reg = <0x40000000 0x40000000>;
        };
 };
 
index 54a2a55dbf70c24ccbb2d2da09205c2803ce66a6..6bc3d897f43299555abb78e7d6a9da0a3e862cdc 100644 (file)
@@ -10,7 +10,7 @@
 
        memory@40000000 {
                device_type = "memory";
-               reg =  <0x40000000 0x80000000>;
+               reg = <0x40000000 0x80000000>;
        };
 };
 
index 2361d89a79a8ce669e97e137e5e8921b3a0ebca0..a47b7f35fc80fb45646b2bfa90bbd04822c63ef1 100644 (file)
@@ -8,7 +8,7 @@
 
        memory@40000000 {
                device_type = "memory";
-               reg =  <0x40000000 0x80000000>;
+               reg = <0x40000000 0x80000000>;
        };
 
        /* bootargs are passed in by bootloader */
index aac533933c617e2c3c0cde2cb19d82922f6456de..7b447b63007ea4e3dbb1fb3575dbb61572aea0d4 100644 (file)
@@ -18,7 +18,7 @@
 
        memory@40000000 {
                device_type = "memory";
-               reg =  <0x40000000 0x40000000>;
+               reg = <0x40000000 0x40000000>;
        };
 
        chosen {