All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node
@ 2023-03-24  2:16 Dmitry Baryshkov
  2023-03-24  2:16 ` [PATCH 2/2] arm64: dts: qcom: ipq8074-hk10: " Dmitry Baryshkov
  2023-03-24 18:34 ` (subset) [PATCH 1/2] arm64: dts: qcom: ipq8074-hk01: " Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Baryshkov @ 2023-03-24  2:16 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio; +Cc: linux-arm-msm

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>
---
 arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 4 ++--
 1 file 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 @@ &pcie1 {
 	perst-gpios = <&tlmm 58 GPIO_ACTIVE_LOW>;
 };
 
-&pcie_phy0 {
+&pcie_qmp0 {
 	status = "okay";
 };
 
-&pcie_phy1 {
+&pcie_qmp1 {
 	status = "okay";
 };
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] arm64: dts: qcom: ipq8074-hk10: enable QMP device, not the PHY node
  2023-03-24  2:16 [PATCH 1/2] arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node Dmitry Baryshkov
@ 2023-03-24  2:16 ` Dmitry Baryshkov
  2023-03-24 18:34 ` (subset) [PATCH 1/2] arm64: dts: qcom: ipq8074-hk01: " Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Baryshkov @ 2023-03-24  2:16 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio; +Cc: linux-arm-msm

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: 1ed34da63a37 ("arm64: dts: qcom: Add board support for HK10")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi b/arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi
index 651a231554e0..1b8379ba87f9 100644
--- a/arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi
@@ -48,11 +48,11 @@ &pcie1 {
 	perst-gpios = <&tlmm 61 GPIO_ACTIVE_LOW>;
 };
 
-&pcie_phy0 {
+&pcie_qmp0 {
 	status = "okay";
 };
 
-&pcie_phy1 {
+&pcie_qmp1 {
 	status = "okay";
 };
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: (subset) [PATCH 1/2] arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node
  2023-03-24  2:16 [PATCH 1/2] arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node Dmitry Baryshkov
  2023-03-24  2:16 ` [PATCH 2/2] arm64: dts: qcom: ipq8074-hk10: " Dmitry Baryshkov
@ 2023-03-24 18:34 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2023-03-24 18:34 UTC (permalink / raw)
  To: Konrad Dybcio, Dmitry Baryshkov, Andy Gross; +Cc: linux-arm-msm

On Fri, 24 Mar 2023 05:16:50 +0300, Dmitry Baryshkov wrote:
> 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.
> 
> 

Applied, thanks!

[1/2] arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node
      commit: 72630ba422b70ea0874fc90d526353cf71c72488
[2/2] arm64: dts: qcom: ipq8074-hk10: enable QMP device, not the PHY node
      commit: 1dc40551f206d20b7e46ea7dd538dcdd928451c6

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-24 18:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24  2:16 [PATCH 1/2] arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node Dmitry Baryshkov
2023-03-24  2:16 ` [PATCH 2/2] arm64: dts: qcom: ipq8074-hk10: " Dmitry Baryshkov
2023-03-24 18:34 ` (subset) [PATCH 1/2] arm64: dts: qcom: ipq8074-hk01: " Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.