commit 58735767901eb(arm64: dts: lx2160a: update PCIe nodes to match rev2 silicon) changes the PCIe controller driver node to "ls2088a-pcie", which is not aligned with u-boot and caused the PCIe nodes status is not successful changed to ok by u-boot, as a result the PCIe controller is not probed. Here manually enable PCIe nodes status.
Signed-off-by: Xulin Sun <[email protected]> --- .../arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts index 0c44b3cbef77..5a7c6435157f 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts @@ -262,3 +262,19 @@ &usb0 { &usb1 { status = "okay"; }; + +&pcie3 { + status = "okay"; +}; + +&pcie_ep3 { + status = "okay"; +}; + +&pcie5 { + status = "okay"; +}; + +&pcie_ep5 { + status = "okay"; +}; -- 2.36.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11864): https://lists.yoctoproject.org/g/linux-yocto/message/11864 Mute This Topic: https://lists.yoctoproject.org/mt/94887278/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
