Commit 1dc40551 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

arm64: dts: qcom: ipq8074-hk10: enable QMP device, not the PHY node

Correct PCIe PHY enablement to refer the QMP device nodes rather than
PHY device nodes. QMP nodes have 'status = "disabled"' property in the
ipq8074.dtsi, while PHY nodes do not correspond to the actual device and
do not have the status property.

Fixes: 1ed34da6 ("arm64: dts: qcom: Add board support for HK10")
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230324021651.1799969-2-dmitry.baryshkov@linaro.org
parent 72630ba4
...@@ -48,11 +48,11 @@ &pcie1 { ...@@ -48,11 +48,11 @@ &pcie1 {
perst-gpios = <&tlmm 61 GPIO_ACTIVE_LOW>; perst-gpios = <&tlmm 61 GPIO_ACTIVE_LOW>;
}; };
&pcie_phy0 { &pcie_qmp0 {
status = "okay"; status = "okay";
}; };
&pcie_phy1 { &pcie_qmp1 {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment