ARM: dts: ti: add missing space before {
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 5 Jul 2023 14:57:54 +0000 (16:57 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 31 Jul 2023 06:15:23 +0000 (09:15 +0300)
Add missing whitespace between node name/label and opening {.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Message-ID: <20230705145755.292927-1-krzysztof.kozlowski@linaro.org>
Reviewed-by: David Lechner <david@lechnology.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/ti/davinci/da850-lego-ev3.dts
arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi
arch/arm/boot/dts/ti/omap/am437x-idk-evm.dts

index e08893b303da5b939c9694c6ed8a94ff5e7ff70e..4df10379ff2215794f5c2e2e8c817adad5cacd43 100644 (file)
        pinctrl-names = "default";
        cs-gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
 
-       display@0{
+       display@0 {
                compatible = "lego,ev3-lcd";
                reg = <0>;
                spi-max-frequency = <10000000>;
index 8949578e62e84e791ab20bce43d70b8b07157f8d..2062fe561642fbe26157b9ee12838702a49d0a09 100644 (file)
                                >;
                        };
 
-                       dfesync_rp1_pins: dfesync-rp1-pins{
+                       dfesync_rp1_pins: dfesync-rp1-pins {
                                pinctrl-single,bits = <
                                        /* DFESYNC_RP1_SEL */
                                        0x0 0x0 0x2
index 863552393c07a9884a8124c59805c062de46c2ae..edaddc7b6a5ee3ed4f249e0f942c04c71a891a94 100644 (file)
@@ -58,7 +58,7 @@
                vin-supply = <&vdd_corereg>;
        };
 
-       v1_8dreg: fixed-regulator-v1_8dreg{
+       v1_8dreg: fixed-regulator-v1_8dreg {
                compatible = "regulator-fixed";
                regulator-name = "V1_8DREG";
                regulator-min-microvolt = <1800000>;
@@ -68,7 +68,7 @@
                vin-supply = <&v24_0d>;
        };
 
-       v1_8d: fixed-regulator-v1_8d{
+       v1_8d: fixed-regulator-v1_8d {
                compatible = "regulator-fixed";
                regulator-name = "V1_8D";
                regulator-min-microvolt = <1800000>;
@@ -78,7 +78,7 @@
                vin-supply = <&v1_8dreg>;
        };
 
-       v1_5dreg: fixed-regulator-v1_5dreg{
+       v1_5dreg: fixed-regulator-v1_5dreg {
                compatible = "regulator-fixed";
                regulator-name = "V1_5DREG";
                regulator-min-microvolt = <1500000>;
@@ -88,7 +88,7 @@
                vin-supply = <&v24_0d>;
        };
 
-       v1_5d: fixed-regulator-v1_5d{
+       v1_5d: fixed-regulator-v1_5d {
                compatible = "regulator-fixed";
                regulator-name = "V1_5D";
                regulator-min-microvolt = <1500000>;