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: correct Gen2 PCIe ranges

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

authored by

Robert Marko and committed by
Bjorn Andersson
2055cb7d 7ba33591

+3 -3
+3 -3
arch/arm64/boot/dts/qcom/ipq8074.dtsi
··· 773 773 phy-names = "pciephy"; 774 774 775 775 ranges = <0x81000000 0 0x10200000 0x10200000 776 - 0 0x100000 /* downstream I/O */ 777 - 0x82000000 0 0x10300000 0x10300000 778 - 0 0xd00000>; /* non-prefetchable memory */ 776 + 0 0x10000>, /* downstream I/O */ 777 + <0x82000000 0 0x10220000 0x10220000 778 + 0 0xfde0000>; /* non-prefetchable memory */ 779 779 780 780 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; 781 781 interrupt-names = "msi";