projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ba3359
)
arm64: dts: qcom: ipq8074: correct Gen2 PCIe ranges
author
Robert Marko
<robimarko@gmail.com>
Fri, 13 Jan 2023 16:44:43 +0000
(17:44 +0100)
committer
Bjorn Andersson
<andersson@kernel.org>
Thu, 19 Jan 2023 03:15:06 +0000
(21:15 -0600)
Current ranges property set in Gen2 PCIe node is incorrect, replace it
with the downstream 5.4 QCA kernel value.
Fixes:
33057e1672fe
("ARM: dts: ipq8074: Add pcie 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-3-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 cbf8f3e698d31a905ea1e9d1b904135fd463d291..bb9768b9becce05c5aa1ad61af6f61a66d87ffb6 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/ipq8074.dtsi
+++ b/
arch/arm64/boot/dts/qcom/ipq8074.dtsi
@@
-773,9
+773,9
@@
pcie1: pci@10000000 {
phy-names = "pciephy";
ranges = <0x81000000 0 0x10200000 0x10200000
- 0 0x10000
0
/* downstream I/O */
-
0x82000000 0 0x10300000 0x1030
0000
- 0 0x
d0
0000>; /* non-prefetchable memory */
+ 0 0x10000
>,
/* downstream I/O */
+
<0x82000000 0 0x10220000 0x1022
0000
+ 0 0x
fde
0000>; /* non-prefetchable memory */
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "msi";