Skip to content

Commit 1dc4055

Browse files
lumagandersson
authored andcommitted
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: 1ed34da ("arm64: dts: qcom: Add board support for HK10") 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-2-dmitry.baryshkov@linaro.org
1 parent 72630ba commit 1dc4055

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
perst-gpios = <&tlmm 61 GPIO_ACTIVE_LOW>;
4949
};
5050

51-
&pcie_phy0 {
51+
&pcie_qmp0 {
5252
status = "okay";
5353
};
5454

55-
&pcie_phy1 {
55+
&pcie_qmp1 {
5656
status = "okay";
5757
};
5858

0 commit comments

Comments
 (0)