bcm270x.dtsi: Fix bad merge
authorPhil Elwell <phil@raspberrypi.com>
Fri, 1 Dec 2023 16:09:05 +0000 (16:09 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:18 +0000 (11:35 +0000)
This explains the complaints about alias names from dtc.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/boot/dts/broadcom/bcm270x-rpi.dtsi

index 0601625..360fb05 100644 (file)
@@ -30,9 +30,6 @@
                fb = &fb;
                thermal = &thermal;
                axiperf = &axiperf;
-               drm_fb0_vc4 = <&aliases>, "drm-fb0=",&vc4;
-               drm_fb1_vc4 = <&aliases>, "drm-fb1=",&vc4;
-               drm_fb2_vc4 = <&aliases>, "drm-fb2=",&vc4;
        };
 
        /* Define these notional regulators for use by overlays */
@@ -97,6 +94,9 @@
                sdio_overclock = <&mmc>,"brcm,overclock-50:0",
                                 <&mmcnr>,"brcm,overclock-50:0";
                axiperf      = <&axiperf>,"status";
+               drm_fb0_vc4 = <&aliases>, "drm-fb0=",&vc4;
+               drm_fb1_vc4 = <&aliases>, "drm-fb1=",&vc4;
+               drm_fb2_vc4 = <&aliases>, "drm-fb2=",&vc4;
        };
 };