Commit f6893b42 authored by Robert Marko's avatar Robert Marko Committed by sanglipeng
Browse files

arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHY

stable inclusion
from stable-v5.10.173
commit a2a1e3f4ed5bf698b41f0aeddfdb931bb0718168
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I8BFR3

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=a2a1e3f4ed5bf698b41f0aeddfdb931bb0718168



--------------------------------

commit 100d9c94 upstream.

Serdes register space sizes are incorrect, update them to match the
actual sizes from downstream QCA 5.4 kernel.

Fixes: 942bcd33 ("arm64: dts: qcom: Fix IPQ8074 PCIe PHY nodes")
Signed-off-by: default avatarRobert Marko <robimarko@gmail.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230113164449.906002-1-robimarko@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarsanglipeng <sanglipeng1@jd.com>
parent fd053707
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -213,9 +213,9 @@
			status = "disabled";

			pcie_phy1: phy@8e200 {
				reg = <0x8e200 0x16c>,
				reg = <0x8e200 0x130>,
				      <0x8e400 0x200>,
				      <0x8e800 0x4f4>;
				      <0x8e800 0x1f8>;
				#phy-cells = <0>;
				#clock-cells = <0>;
				clocks = <&gcc GCC_PCIE1_PIPE_CLK>;