Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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

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

authored by

Robert Marko and committed by
Bjorn Andersson
100d9c94 3e7a2e8b

+2 -2
+2 -2
arch/arm64/boot/dts/qcom/ipq8074.dtsi
··· 242 242 status = "disabled"; 243 243 244 244 pcie_phy1: phy@8e200 { 245 - reg = <0x8e200 0x16c>, 245 + reg = <0x8e200 0x130>, 246 246 <0x8e400 0x200>, 247 - <0x8e800 0x4f4>; 247 + <0x8e800 0x1f8>; 248 248 #phy-cells = <0>; 249 249 #clock-cells = <0>; 250 250 clocks = <&gcc GCC_PCIE1_PIPE_CLK>;