On 10/7/2023 5:57 AM, Konrad Dybcio wrote:
On 3.10.2023 14:08, Nitheesh Sekar wrote:
Enable the PCIe controller and PHY nodes for RDP 432-c2.
Signed-off-by: Nitheesh Sekar <quic_nsekar@xxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts b/arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts
index e636a1cb9b77..be7d92700517 100644
--- a/arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts
+++ b/arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts
@@ -28,6 +28,15 @@
status = "okay";
};
+&pcie_x2 {
+ status = "ok";
"okay" is preferred
It's also preferred to keep status as the last property within
a node.
Konrad
Sure. will update.
Thanks,
Nitheesh