kernel: bump 5.4 to 5.4.48
[oweals/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0355-arm-dts-2711-Add-pcie0-alias.patch
1 From ea94fb0b5693c354e5281eb3fcdbc9700cdd3d7f 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