projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e7a2e8
)
arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHY
author
Robert Marko
<robimarko@gmail.com>
Fri, 13 Jan 2023 16:44:41 +0000
(17:44 +0100)
committer
Bjorn Andersson
<andersson@kernel.org>
Thu, 19 Jan 2023 03:15:06 +0000
(21:15 -0600)
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
arch/arm64/boot/dts/qcom/ipq8074.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
index
f83a841
..
1803c9c
100644
(file)
--- a/
arch/arm64/boot/dts/qcom/ipq8074.dtsi
+++ b/
arch/arm64/boot/dts/qcom/ipq8074.dtsi
@@
-242,9
+242,9
@@
status = "disabled";
pcie_phy1: phy@8e200 {
- reg = <0x8e200 0x1
6c
>,
+ reg = <0x8e200 0x1
30
>,
<0x8e400 0x200>,
- <0x8e800 0x
4f4
>;
+ <0x8e800 0x
1f8
>;
#phy-cells = <0>;
#clock-cells = <0>;
clocks = <&gcc GCC_PCIE1_PIPE_CLK>;