Skip to content

Commit a3660e5

Browse files
krzkffainelli
authored andcommitted
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>
1 parent 06c2afb commit a3660e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@
577577
#size-cells = <0>;
578578
};
579579

580-
hsspi: spi@1000{
580+
hsspi: spi@1000 {
581581
#address-cells = <1>;
582582
#size-cells = <0>;
583583
compatible = "brcm,bcm4908-hsspi", "brcm,bcmbca-hsspi-v1.0";

arch/arm64/boot/dts/broadcom/northstar2/ns2-xmc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
reg = <0x04000000 0x06400000>; /* 100MB */
115115
};
116116

117-
partition@a400000{
117+
partition@a400000 {
118118
label = "ncustfs";
119119
reg = <0x0a400000 0x35c00000>; /* 860MB */
120120
};

arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@
565565
iommus = <&smmu 0x6000 0x0000>;
566566
};
567567

568-
enet: ethernet@340000{
568+
enet: ethernet@340000 {
569569
compatible = "brcm,amac";
570570
reg = <0x00340000 0x1000>;
571571
reg-names = "amac_base";

0 commit comments

Comments
 (0)