arm64: dts: broadcom: add missing space before {

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>
This commit is contained in:
Krzysztof Kozlowski 2023-07-05 17:01:08 +02:00 committed by Florian Fainelli
parent 06c2afb862
commit a3660e59a9
3 changed files with 3 additions and 3 deletions

View File

@ -577,7 +577,7 @@ leds: leds@800 {
#size-cells = <0>;
};
hsspi: spi@1000{
hsspi: spi@1000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "brcm,bcm4908-hsspi", "brcm,bcmbca-hsspi-v1.0";

View File

@ -114,7 +114,7 @@ partition@4000000 {
reg = <0x04000000 0x06400000>; /* 100MB */
};
partition@a400000{
partition@a400000 {
label = "ncustfs";
reg = <0x0a400000 0x35c00000>; /* 860MB */
};

View File

@ -565,7 +565,7 @@ dma0: dma-controller@310000 {
iommus = <&smmu 0x6000 0x0000>;
};
enet: ethernet@340000{
enet: ethernet@340000 {
compatible = "brcm,amac";
reg = <0x00340000 0x1000>;
reg-names = "amac_base";