Commit a3660e59 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Florian Fainelli

arm64: dts: broadcom: add missing space before {

Add missing whitespace between node name/label and opening {.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230705150108.293999-2-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent 06c2afb8
...@@ -577,7 +577,7 @@ leds: leds@800 { ...@@ -577,7 +577,7 @@ leds: leds@800 {
#size-cells = <0>; #size-cells = <0>;
}; };
hsspi: spi@1000{ hsspi: spi@1000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "brcm,bcm4908-hsspi", "brcm,bcmbca-hsspi-v1.0"; compatible = "brcm,bcm4908-hsspi", "brcm,bcmbca-hsspi-v1.0";
......
...@@ -114,7 +114,7 @@ partition@4000000 { ...@@ -114,7 +114,7 @@ partition@4000000 {
reg = <0x04000000 0x06400000>; /* 100MB */ reg = <0x04000000 0x06400000>; /* 100MB */
}; };
partition@a400000{ partition@a400000 {
label = "ncustfs"; label = "ncustfs";
reg = <0x0a400000 0x35c00000>; /* 860MB */ reg = <0x0a400000 0x35c00000>; /* 860MB */
}; };
......
...@@ -565,7 +565,7 @@ dma0: dma-controller@310000 { ...@@ -565,7 +565,7 @@ dma0: dma-controller@310000 {
iommus = <&smmu 0x6000 0x0000>; iommus = <&smmu 0x6000 0x0000>;
}; };
enet: ethernet@340000{ enet: ethernet@340000 {
compatible = "brcm,amac"; compatible = "brcm,amac";
reg = <0x00340000 0x1000>; reg = <0x00340000 0x1000>;
reg-names = "amac_base"; reg-names = "amac_base";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment