summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenlin Lian <c_zlian@qti.qualcomm.com>2021-09-15 06:40:07 +0530
committerZhenlin Lian <c_zlian@qti.qualcomm.com>2021-09-15 06:40:53 +0530
commitf54888846755b175c0d2b0ac2c565ec1499e76a6 (patch)
tree5ef13f12c7641110b02ec996cf7503d3b28d025e
parent10e7ddc250e6d7e9b9c8340bc8eafffb0ca38ded (diff)
downloaddevicetree-f54888846755b175c0d2b0ac2c565ec1499e76a6.tar.gz
ARM: dts: msm: Enable PCIe1 PCIe2 for RB5 board
Clear qcom,boot-option to get the pcie enumeration during probe. Change-Id: I477b8fa228a58bbb0b64a8d703135f3b04cbc652
-rw-r--r--qcom/kona-v2.1-iot-rb5.dtsi8
1 files changed, 7 insertions, 1 deletions
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 {