Skip to content

Commit 72630ba

Browse files
lumagandersson
authored andcommitted
arm64: dts: qcom: ipq8074-hk01: 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: e8a7fdc ("arm64: dts: ipq8074: qcom: Re-arrange dts nodes based on address") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230324021651.1799969-1-dmitry.baryshkov@linaro.org
1 parent 41841f1 commit 72630ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/ipq8074-hk01.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
perst-gpios = <&tlmm 58 GPIO_ACTIVE_LOW>;
6363
};
6464

65-
&pcie_phy0 {
65+
&pcie_qmp0 {
6666
status = "okay";
6767
};
6868

69-
&pcie_phy1 {
69+
&pcie_qmp1 {
7070
status = "okay";
7171
};
7272

0 commit comments

Comments
 (0)