diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-03-24 05:16:50 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-03-24 05:59:42 -0700 |
commit | 72630ba422b70ea0874fc90d526353cf71c72488 (patch) | |
tree | 031d6ed5483f6c46f0b9d87158eac27ededdb540 /arch/arm64 | |
parent | 41841f120345be87a12a4096ebcc2d2959c484ef (diff) | |
download | linux-stable-72630ba422b70ea0874fc90d526353cf71c72488.tar.gz linux-stable-72630ba422b70ea0874fc90d526353cf71c72488.tar.bz2 linux-stable-72630ba422b70ea0874fc90d526353cf71c72488.zip |
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: e8a7fdc505bb ("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
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts index ca3f96646b90..5cf07caf4103 100644 --- a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts +++ b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts @@ -62,11 +62,11 @@ perst-gpios = <&tlmm 58 GPIO_ACTIVE_LOW>; }; -&pcie_phy0 { +&pcie_qmp0 { status = "okay"; }; -&pcie_phy1 { +&pcie_qmp1 { status = "okay"; }; |