1f86f9d7faf330c6b2e51ce353999a1534281e6c
[openwrt/staging/dedeckeh.git] / target / linux / brcm2708 / patches-4.19 / 950-0776-arm-dts-2711-Add-pcie0-alias.patch
1 From 11febee7b0326ade03f45238f136b7830d317e2e Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Thu, 28 Nov 2019 15:49:08 +0000
4 Subject: [PATCH] arm/dts: 2711: Add 'pcie0' alias
5
6 It is useful for the firmware to be able to locate the pcie DT node,
7 so add an alias pointing to it in the same way that "ethernet0"
8 points to the genet.
9
10 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
11 ---
12 arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 1 +
13 1 file changed, 1 insertion(+)
14
15 --- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
16 +++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
17 @@ -30,6 +30,7 @@
18 /delete-property/ ethernet;
19 /delete-property/ intc;
20 ethernet0 = &genet;
21 + pcie0 = &pcie_0;
22 };
23 };
24