diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-06-15 15:53:35 +0300 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2022-06-15 19:54:20 +0300 |
commit | 08a4aeb2c23f3cc8866e509cae4707d1cc1ed72f (patch) | |
tree | 60d5a0336215ff5e38b02d04c5af565fd1063ede /arch/arm/boot/dts/en7523-evb.dts | |
parent | e0c5341acdbeb5c900f3204cf279153c1c8b7433 (diff) | |
download | linux-08a4aeb2c23f3cc8866e509cae4707d1cc1ed72f.tar.xz |
ARM: dts: Add PCIe support for Airoha EN7523
This uses the MediaTek MT7622 PCIe driver, since the PCIe IP block is nearly
identical to the one in MT7622
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20220615125335.96089-3-nbd@nbd.name
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/en7523-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/en7523-evb.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/en7523-evb.dts b/arch/arm/boot/dts/en7523-evb.dts index a8d8bb0419a0..f23a25cce119 100644 --- a/arch/arm/boot/dts/en7523-evb.dts +++ b/arch/arm/boot/dts/en7523-evb.dts @@ -33,3 +33,11 @@ &gpio1 { status = "okay"; }; + +&pcie0 { + status = "okay"; +}; + +&pcie1 { + status = "okay"; +}; |