]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: broadcom: bcm2711: Fix 'simple-bus' node names
authorRob Herring (Arm) <robh@kernel.org>
Wed, 7 Jan 2026 02:09:40 +0000 (20:09 -0600)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Thu, 8 Jan 2026 17:32:39 +0000 (09:32 -0800)
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>
arch/arm/boot/dts/broadcom/bcm2711.dtsi

index c06d9f5e53c8049478f4fd1564b64fcf11ee8368..5e3b4bb393967025e057b1c87958d6bcd9badbc5 100644 (file)
         * The firmware will find whether the emmc2bus alias is defined, and if
         * so, it'll edit the dma-ranges property below accordingly.
         */
-       emmc2bus: emmc2bus {
+       emmc2bus: emmc2-bus@fe000000 {
                compatible = "simple-bus";
                #address-cells = <2>;
                #size-cells = <1>;
                };
        };
 
-       scb {
+       scb-bus@fc000000 {
                compatible = "simple-bus";
                #address-cells = <2>;
                #size-cells = <1>;