arm/dts: 2711: Add 'pcie0' alias
authorPhil Elwell <phil@raspberrypi.org>
Thu, 28 Nov 2019 15:49:08 +0000 (15:49 +0000)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:11 +0000 (16:33 +0100)
It is useful for the firmware to be able to locate the pcie DT node,
so add an alias pointing to it in the same way that "ethernet0"
points to the genet.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
arch/arm/boot/dts/bcm2711-rpi-4-b.dts

index 6ce9a58..a967a7b 100644 (file)
@@ -30,6 +30,7 @@
                /delete-property/ ethernet;
                /delete-property/ intc;
                ethernet0 = &genet;
+               pcie0 = &pcie_0;
        };
 };