Skip to content

Commit 8a4cac0

Browse files
robherringffainelli
authored andcommitted
arm64: dts: broadcom: stingray: Move raid nodes out of bus
The 'raid' nodes are not MMIO devices and are not part of a bus, so move them to the root level. Drop the unit-addresses as they don't have any address. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20260106-dt-dtbs-broadcom-fixes-v1-7-ba45874e4553@kernel.org Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 71220e1 commit 8a4cac0

1 file changed

Lines changed: 56 additions & 56 deletions

File tree

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

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -51,68 +51,68 @@
5151
msi-parent = <&gic_its 0x4300>;
5252
#mbox-cells = <3>;
5353
};
54+
};
5455

55-
raid0: raid@0 {
56-
compatible = "brcm,iproc-sba-v2";
57-
mboxes = <&raid_mbox 0 0x1 0xff00>,
58-
<&raid_mbox 1 0x1 0xff00>,
59-
<&raid_mbox 2 0x1 0xff00>,
60-
<&raid_mbox 3 0x1 0xff00>;
61-
};
56+
raid0: raid-0 {
57+
compatible = "brcm,iproc-sba-v2";
58+
mboxes = <&raid_mbox 0 0x1 0xff00>,
59+
<&raid_mbox 1 0x1 0xff00>,
60+
<&raid_mbox 2 0x1 0xff00>,
61+
<&raid_mbox 3 0x1 0xff00>;
62+
};
6263

63-
raid1: raid@1 {
64-
compatible = "brcm,iproc-sba-v2";
65-
mboxes = <&raid_mbox 4 0x1 0xff00>,
66-
<&raid_mbox 5 0x1 0xff00>,
67-
<&raid_mbox 6 0x1 0xff00>,
68-
<&raid_mbox 7 0x1 0xff00>;
69-
};
64+
raid1: raid-1 {
65+
compatible = "brcm,iproc-sba-v2";
66+
mboxes = <&raid_mbox 4 0x1 0xff00>,
67+
<&raid_mbox 5 0x1 0xff00>,
68+
<&raid_mbox 6 0x1 0xff00>,
69+
<&raid_mbox 7 0x1 0xff00>;
70+
};
7071

71-
raid2: raid@2 {
72-
compatible = "brcm,iproc-sba-v2";
73-
mboxes = <&raid_mbox 8 0x1 0xff00>,
74-
<&raid_mbox 9 0x1 0xff00>,
75-
<&raid_mbox 10 0x1 0xff00>,
76-
<&raid_mbox 11 0x1 0xff00>;
77-
};
72+
raid2: raid-2 {
73+
compatible = "brcm,iproc-sba-v2";
74+
mboxes = <&raid_mbox 8 0x1 0xff00>,
75+
<&raid_mbox 9 0x1 0xff00>,
76+
<&raid_mbox 10 0x1 0xff00>,
77+
<&raid_mbox 11 0x1 0xff00>;
78+
};
7879

79-
raid3: raid@3 {
80-
compatible = "brcm,iproc-sba-v2";
81-
mboxes = <&raid_mbox 12 0x1 0xff00>,
82-
<&raid_mbox 13 0x1 0xff00>,
83-
<&raid_mbox 14 0x1 0xff00>,
84-
<&raid_mbox 15 0x1 0xff00>;
85-
};
80+
raid3: raid-3 {
81+
compatible = "brcm,iproc-sba-v2";
82+
mboxes = <&raid_mbox 12 0x1 0xff00>,
83+
<&raid_mbox 13 0x1 0xff00>,
84+
<&raid_mbox 14 0x1 0xff00>,
85+
<&raid_mbox 15 0x1 0xff00>;
86+
};
8687

87-
raid4: raid@4 {
88-
compatible = "brcm,iproc-sba-v2";
89-
mboxes = <&raid_mbox 16 0x1 0xff00>,
90-
<&raid_mbox 17 0x1 0xff00>,
91-
<&raid_mbox 18 0x1 0xff00>,
92-
<&raid_mbox 19 0x1 0xff00>;
93-
};
88+
raid4: raid-4 {
89+
compatible = "brcm,iproc-sba-v2";
90+
mboxes = <&raid_mbox 16 0x1 0xff00>,
91+
<&raid_mbox 17 0x1 0xff00>,
92+
<&raid_mbox 18 0x1 0xff00>,
93+
<&raid_mbox 19 0x1 0xff00>;
94+
};
9495

95-
raid5: raid@5 {
96-
compatible = "brcm,iproc-sba-v2";
97-
mboxes = <&raid_mbox 20 0x1 0xff00>,
98-
<&raid_mbox 21 0x1 0xff00>,
99-
<&raid_mbox 22 0x1 0xff00>,
100-
<&raid_mbox 23 0x1 0xff00>;
101-
};
96+
raid5: raid-5 {
97+
compatible = "brcm,iproc-sba-v2";
98+
mboxes = <&raid_mbox 20 0x1 0xff00>,
99+
<&raid_mbox 21 0x1 0xff00>,
100+
<&raid_mbox 22 0x1 0xff00>,
101+
<&raid_mbox 23 0x1 0xff00>;
102+
};
102103

103-
raid6: raid@6 {
104-
compatible = "brcm,iproc-sba-v2";
105-
mboxes = <&raid_mbox 24 0x1 0xff00>,
106-
<&raid_mbox 25 0x1 0xff00>,
107-
<&raid_mbox 26 0x1 0xff00>,
108-
<&raid_mbox 27 0x1 0xff00>;
109-
};
104+
raid6: raid-6 {
105+
compatible = "brcm,iproc-sba-v2";
106+
mboxes = <&raid_mbox 24 0x1 0xff00>,
107+
<&raid_mbox 25 0x1 0xff00>,
108+
<&raid_mbox 26 0x1 0xff00>,
109+
<&raid_mbox 27 0x1 0xff00>;
110+
};
110111

111-
raid7: raid@7 {
112-
compatible = "brcm,iproc-sba-v2";
113-
mboxes = <&raid_mbox 28 0x1 0xff00>,
114-
<&raid_mbox 29 0x1 0xff00>,
115-
<&raid_mbox 30 0x1 0xff00>,
116-
<&raid_mbox 31 0x1 0xff00>;
117-
};
112+
raid7: raid-7 {
113+
compatible = "brcm,iproc-sba-v2";
114+
mboxes = <&raid_mbox 28 0x1 0xff00>,
115+
<&raid_mbox 29 0x1 0xff00>,
116+
<&raid_mbox 30 0x1 0xff00>,
117+
<&raid_mbox 31 0x1 0xff00>;
118118
};

0 commit comments

Comments
 (0)