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 <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 41841f1 commit 72630ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)