All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: qcom: ipq8074: fix PCIe PHY serdes size
@ 2022-09-15 14:34 Johan Hovold
  2022-09-15 14:34 ` [PATCH 2/2] arm64: dts: qcom: sm8540: fix UFS " Johan Hovold
  2022-09-15 18:46 ` (subset) [PATCH 1/2] arm64: dts: qcom: ipq8074: fix PCIe " Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Johan Hovold @ 2022-09-15 14:34 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	linux-arm-msm, devicetree, linux-kernel, Johan Hovold

The size of the PCIe PHY serdes register region is 0x1c4 and the
corresponding 'reg' property should specifically not include the
adjacent regions that are defined in the child node (e.g. tx and rx).

Fixes: 33057e1672fe ("ARM: dts: ipq8074: Add pcie nodes")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
 arch/arm64/boot/dts/qcom/ipq8074.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/ipq8074.dtsi b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
index d53675fc1595..b9bf43215ada 100644
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
@@ -199,7 +199,7 @@ qusb_phy_0: phy@79000 {
 
 		pcie_qmp0: phy@86000 {
 			compatible = "qcom,ipq8074-qmp-pcie-phy";
-			reg = <0x00086000 0x1000>;
+			reg = <0x00086000 0x1c4>;
 			#address-cells = <1>;
 			#size-cells = <1>;
 			ranges;
@@ -227,7 +227,7 @@ pcie_phy0: phy@86200 {
 
 		pcie_qmp1: phy@8e000 {
 			compatible = "qcom,ipq8074-qmp-pcie-phy";
-			reg = <0x0008e000 0x1000>;
+			reg = <0x0008e000 0x1c4>;
 			#address-cells = <1>;
 			#size-cells = <1>;
 			ranges;
-- 
2.35.1


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

* [PATCH 2/2] arm64: dts: qcom: sm8540: fix UFS PHY serdes size
  2022-09-15 14:34 [PATCH 1/2] arm64: dts: qcom: ipq8074: fix PCIe PHY serdes size Johan Hovold
@ 2022-09-15 14:34 ` Johan Hovold
  2022-09-15 18:46 ` (subset) [PATCH 1/2] arm64: dts: qcom: ipq8074: fix PCIe " Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Johan Hovold @ 2022-09-15 14:34 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	linux-arm-msm, devicetree, linux-kernel, Johan Hovold

The size of the UFS PHY serdes register region is 0x1c4 and the
corresponding 'reg' property should specifically not include the
adjacent regions that are defined in the child node (e.g. tx and rx).

Fixes: 07fa917a335e ("arm64: dts: qcom: sm8450: add ufs nodes")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
 arch/arm64/boot/dts/qcom/sm8450.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
index d0ebf61a0074..8dde41ed6491 100644
--- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
@@ -3147,7 +3147,7 @@ ufs_mem_hc: ufshc@1d84000 {
 
 		ufs_mem_phy: phy@1d87000 {
 			compatible = "qcom,sm8450-qmp-ufs-phy";
-			reg = <0 0x01d87000 0 0xe10>;
+			reg = <0 0x01d87000 0 0x1c4>;
 			#address-cells = <2>;
 			#size-cells = <2>;
 			ranges;
-- 
2.35.1


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

* Re: (subset) [PATCH 1/2] arm64: dts: qcom: ipq8074: fix PCIe PHY serdes size
  2022-09-15 14:34 [PATCH 1/2] arm64: dts: qcom: ipq8074: fix PCIe PHY serdes size Johan Hovold
  2022-09-15 14:34 ` [PATCH 2/2] arm64: dts: qcom: sm8540: fix UFS " Johan Hovold
@ 2022-09-15 18:46 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2022-09-15 18:46 UTC (permalink / raw)
  To: johan+linaro
  Cc: robh+dt, agross, krzysztof.kozlowski+dt, konrad.dybcio,
	linux-arm-msm, devicetree, linux-kernel

On Thu, 15 Sep 2022 16:34:30 +0200, Johan Hovold wrote:
> The size of the PCIe PHY serdes register region is 0x1c4 and the
> corresponding 'reg' property should specifically not include the
> adjacent regions that are defined in the child node (e.g. tx and rx).
> 
> 

Applied, thanks!

[1/2] arm64: dts: qcom: ipq8074: fix PCIe PHY serdes size
      commit: ed22cc93abae68f9d3fc4957c20a1d902cf28882
[2/2] arm64: dts: qcom: sm8540: fix UFS PHY serdes size
      commit: 677920072e9d757ae158d66b8fdb695992bb3f1a

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

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

end of thread, other threads:[~2022-09-15 18:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 14:34 [PATCH 1/2] arm64: dts: qcom: ipq8074: fix PCIe PHY serdes size Johan Hovold
2022-09-15 14:34 ` [PATCH 2/2] arm64: dts: qcom: sm8540: fix UFS " Johan Hovold
2022-09-15 18:46 ` (subset) [PATCH 1/2] arm64: dts: qcom: ipq8074: fix PCIe " 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.