From f54888846755b175c0d2b0ac2c565ec1499e76a6 Mon Sep 17 00:00:00 2001 From: Zhenlin Lian Date: Wed, 15 Sep 2021 06:40:07 +0530 Subject: ARM: dts: msm: Enable PCIe1 PCIe2 for RB5 board Clear qcom,boot-option to get the pcie enumeration during probe. Change-Id: I477b8fa228a58bbb0b64a8d703135f3b04cbc652 --- qcom/kona-v2.1-iot-rb5.dtsi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qcom/kona-v2.1-iot-rb5.dtsi b/qcom/kona-v2.1-iot-rb5.dtsi index 7d325134..a81bced5 100644 --- a/qcom/kona-v2.1-iot-rb5.dtsi +++ b/qcom/kona-v2.1-iot-rb5.dtsi @@ -246,7 +246,13 @@ }; &pcie1 { - status = "disabled"; + status = "okay"; + qcom,boot-option = <0x0>; +}; + +&pcie2 { + status = "okay"; + qcom,boot-option = <0x0>; }; &thermal_zones { -- cgit v1.2.3