ARM: dts: marvell: add missing space before {
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 5 Jul 2023 15:00:17 +0000 (17:00 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Thu, 13 Jul 2023 08:42:33 +0000 (10:42 +0200)
Add missing whitespace between node name/label and opening {.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/boot/dts/marvell/armada-382-rd-ac3x-48g4x2xl.dts
arch/arm/boot/dts/marvell/kirkwood-l-50.dts
arch/arm/boot/dts/marvell/pxa168.dtsi
arch/arm/boot/dts/marvell/pxa910.dtsi

index 584f0d0398a51a0f89a4be338b06fd8d5398f94d..6ab65d21861a5f360e2a65aa9128277be9a9527e 100644 (file)
@@ -40,7 +40,7 @@
        pinctrl-0 = <&i2c0_pins>;
        status = "okay";
 
-       eeprom@53{
+       eeprom@53 {
                compatible = "atmel,24c64";
                reg = <0x53>;
        };
                                reg = <0x00000000 0x00500000>;
                                label = "u-boot";
                        };
-                       partition@500000{
+                       partition@500000 {
                                reg = <0x00500000 0x00400000>;
                                label = "u-boot env";
                        };
-                       partition@900000{
+                       partition@900000 {
                                reg = <0x00900000 0x3F700000>;
                                label = "user";
                        };
index 9fd3581bb24b4c123d7526f1fda73a43c1a8dad1..dffb9f84e67c50c63ba5268a9975c62b93e75157 100644 (file)
@@ -62,7 +62,7 @@
                        status = "okay";
                        clock-frequency = <400000>;
 
-                       gpio2: gpio-expander@20{
+                       gpio2: gpio-expander@20 {
                                #gpio-cells = <2>;
                                #interrupt-cells = <2>;
                                compatible = "semtech,sx1505q";
@@ -76,7 +76,7 @@
                         * 5: mPCIE reset (active low)
                         * 6: Express card reset (active low)
                         */
-                       gpio3: gpio-expander@21{
+                       gpio3: gpio-expander@21 {
                                #gpio-cells = <2>;
                                #interrupt-cells = <2>;
                                compatible = "semtech,sx1505q";
index 16212b912b94e0303098df53004dbc553582fc96..22ed10cb56191faf2ad901a97328f3e0b59ef394 100644 (file)
                        };
                };
 
-               soc_clocks: clocks{
+               soc_clocks: clocks {
                        compatible = "marvell,pxa168-clock";
                        reg = <0xd4050000 0x1000>,
                              <0xd4282800 0x400>,
index 352a3935781037da2477abd22ed5555616484b1b..bd64ac1ec66f8efb4f04530d81322f20a982eaef 100644 (file)
                        };
                };
 
-               soc_clocks: clocks{
+               soc_clocks: clocks {
                        compatible = "marvell,pxa910-clock";
                        reg = <0xd4050000 0x1000>,
                              <0xd4282800 0x400>,