arm64: dts: marvell: add missing space before {
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 5 Jul 2023 15:00:18 +0000 (17:00 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Thu, 13 Jul 2023 08:44:14 +0000 (10:44 +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/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi
arch/arm64/boot/dts/marvell/armada-7040-mochabin.dts

index c9ce101..67c4688 100644 (file)
                                clocks = <&cnm_clock>;
                        };
 
-                       i2c0: i2c@11000{
+                       i2c0: i2c@11000 {
                                compatible = "marvell,mv78230-i2c";
                                reg = <0x11000 0x20>;
                                #address-cells = <1>;
                                status = "disabled";
                        };
 
-                       i2c1: i2c@11100{
+                       i2c1: i2c@11100 {
                                compatible = "marvell,mv78230-i2c";
                                reg = <0x11100 0x20>;
                                #address-cells = <1>;
index 39ce6e2..4820281 100644 (file)
 };
 
 /* SPI-NOR */
-&cp0_spi1{
+&cp0_spi1 {
        status = "okay";
 
        pinctrl-names = "default";