Skip to content

Commit

Permalink
arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node
Browse files Browse the repository at this point in the history
[ Upstream commit 72630ba ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
lumag authored and gregkh committed Apr 26, 2023
1 parent 80cc841 commit fb42f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
perst-gpios = <&tlmm 58 0x1>;
};

&pcie_phy0 {
&pcie_qmp0 {
status = "okay";
};

&pcie_phy1 {
&pcie_qmp1 {
status = "okay";
};

Expand Down

0 comments on commit fb42f8a

Please sign in to comment.