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 e08893b..4df1037 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 8949578..2062fe5 100644 (file)
                                >;
                        };
 
-                       dfesync_rp1_pins: dfesync-rp1-pins{
+                       dfesync_rp1_pins: dfesync-rp1-pins {
                                pinctrl-single,bits = <
                                        /* DFESYNC_RP1_SEL */
                                        0x0 0x0 0x2
index 8635523..edaddc7 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>;