2022-09-15 15:40:46

by Johan Hovold

[permalink] [raw]
Subject: [PATCH 1/2] arm64: dts: qcom: ipq8074: fix PCIe PHY serdes size

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 <[email protected]>
---
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


2022-09-15 18:49:38

by Bjorn Andersson

[permalink] [raw]
Subject: Re: (subset) [PATCH 1/2] arm64: dts: qcom: ipq8074: fix PCIe PHY serdes size

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 <[email protected]>