[PATCH] patched file empty root with PCIe root complex node to get PCIe overlay support

From: Sebastian Suesens
Date: Mon Sep 02 2024 - 03:33:11 EST


---
drivers/of/empty_root.dts | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/drivers/of/empty_root.dts b/drivers/of/empty_root.dts
index cf9e97a60f48..212f375b712c 100644
--- a/drivers/of/empty_root.dts
+++ b/drivers/of/empty_root.dts
@@ -3,4 +3,10 @@
=20
/ {
=20
+ pci {
+ device_type =3D "pci";
+ bus-range =3D <0x00 0xff 0x01 0xff 0x02 0xff>;
+ ranges;
+ };
+
};
--=20
2.34.1