Skip to content

Commit 924832b

Browse files
committed
Merge tag 'arm-soc/for-6.6/devicetree-arm64' of https://github.com/Broadcom/stblinux into soc/dt
This pull request contains Broadcom ARM64-based Device Tree changes for 6.6, please pull the following: - Krzysztof adds missing spaces between node names/labels * tag 'arm-soc/for-6.6/devicetree-arm64' of https://github.com/Broadcom/stblinux: arm64: dts: broadcom: add missing space before { Link: https://lore.kernel.org/r/20230818164539.2871539-2-florian.fainelli@broadcom.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 44762a0 + a3660e5 commit 924832b

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)