Skip to content

Commit 71220e1

Browse files
robherringffainelli
authored andcommitted
arm64: dts: broadcom: stingray: Fix 'simple-bus' node names
Fix 'simple-bus' node names to follow the defined pattern. Nodes with 'reg' or 'ranges' addresses should also have a unit-address. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20260106-dt-dtbs-broadcom-fixes-v1-6-ba45874e4553@kernel.org Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent dd19c37 commit 71220e1

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131
*/
3232

33-
fs4: fs4 {
33+
fs4: fs4-bus@67000000 {
3434
compatible = "simple-bus";
3535
#address-cells = <1>;
3636
#size-cells = <1>;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pcie8: pcie@60400000 {
3838
phy-names = "pcie-phy";
3939
};
4040

41-
pcie-ss {
41+
pcie-ss-bus@40000000 {
4242
compatible = "simple-bus";
4343
#address-cells = <1>;
4444
#size-cells = <1>;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
*Copyright(c) 2018 Broadcom
44
*/
5-
usb {
5+
usb-bus@68500000 {
66
compatible = "simple-bus";
77
#address-cells = <2>;
88
#size-cells = <2>;

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
clock-mult = <1>;
200200
};
201201

202-
scr {
202+
scr-bus@61000000 {
203203
compatible = "simple-bus";
204204
#address-cells = <1>;
205205
#size-cells = <1>;
@@ -303,7 +303,7 @@
303303
};
304304
};
305305

306-
crmu: crmu {
306+
crmu: crmu-bus@66400000 {
307307
compatible = "simple-bus";
308308
#address-cells = <1>;
309309
#size-cells = <1>;
@@ -412,7 +412,7 @@
412412
#include "stingray-pcie.dtsi"
413413
#include "stingray-usb.dtsi"
414414

415-
hsls {
415+
hsls-bus@68900000 {
416416
compatible = "simple-bus";
417417
#address-cells = <1>;
418418
#size-cells = <1>;
@@ -725,7 +725,7 @@
725725
};
726726
};
727727

728-
tmons {
728+
tmons-bus@8f100000 {
729729
compatible = "simple-bus";
730730
#address-cells = <1>;
731731
#size-cells = <1>;
@@ -814,18 +814,18 @@
814814
};
815815
};
816816

817-
nic-hsls {
817+
nic-hsls-bus@60800000 {
818818
compatible = "simple-bus";
819819
#address-cells = <1>;
820820
#size-cells = <1>;
821-
ranges = <0x0 0x0 0x0 0x7fffffff>;
821+
ranges = <0x0 0x0 0x60800000 0x6fffff>;
822822

823-
nic_i2c0: i2c@60826100 {
823+
nic_i2c0: i2c@26100 {
824824
compatible = "brcm,iproc-nic-i2c";
825825
#address-cells = <1>;
826826
#size-cells = <0>;
827-
reg = <0x60826100 0x100>,
828-
<0x60e00408 0x1000>;
827+
reg = <0x026100 0x100>,
828+
<0x600408 0x1000>;
829829
brcm,ape-hsls-addr-mask = <0x03400000>;
830830
clock-frequency = <100000>;
831831
status = "disabled";

0 commit comments

Comments
 (0)