Skip to content

Commit 929dc5b

Browse files
robherringffainelli
authored andcommitted
ARM: dts: broadcom: bcm2711: 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-1-ba45874e4553@kernel.org Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 8f0b4cc commit 929dc5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/broadcom/bcm2711.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
* The firmware will find whether the emmc2bus alias is defined, and if
416416
* so, it'll edit the dma-ranges property below accordingly.
417417
*/
418-
emmc2bus: emmc2bus {
418+
emmc2bus: emmc2-bus@fe000000 {
419419
compatible = "simple-bus";
420420
#address-cells = <2>;
421421
#size-cells = <1>;
@@ -542,7 +542,7 @@
542542
};
543543
};
544544

545-
scb {
545+
scb-bus@fc000000 {
546546
compatible = "simple-bus";
547547
#address-cells = <2>;
548548
#size-cells = <1>;

0 commit comments

Comments
 (0)