arm64: dts: broadcom: add missing space before {
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 5 Jul 2023 15:01:08 +0000 (17:01 +0200)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Wed, 12 Jul 2023 17:20:13 +0000 (10:20 -0700)
Add missing whitespace between node name/label and opening {.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230705150108.293999-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi
arch/arm64/boot/dts/broadcom/northstar2/ns2-xmc.dts
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi

index f549bda..2f124b0 100644 (file)
                        #size-cells = <0>;
                };
 
-               hsspi: spi@1000{
+               hsspi: spi@1000 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        compatible = "brcm,bcm4908-hsspi", "brcm,bcmbca-hsspi-v1.0";
index 699f774..1d314f1 100644 (file)
                        reg = <0x04000000 0x06400000>; /*  100MB */
                };
 
-               partition@a400000{
+               partition@a400000 {
                        label = "ncustfs";
                        reg = <0x0a400000 0x35c00000>; /*  860MB */
                };
index 7aece79..f049687 100644 (file)
                        iommus = <&smmu 0x6000 0x0000>;
                };
 
-               enet: ethernet@340000{
+               enet: ethernet@340000 {
                        compatible = "brcm,amac";
                        reg = <0x00340000 0x1000>;
                        reg-names = "amac_base";