Skip to content

Commit 6c3ed8b

Browse files
Qiang Yugregkh
authored andcommitted
arm64: dts: qcom: x1e80100: Fix up BAR space size for PCIe6a
commit fb8e7b3 upstream. As per memory map table, the region for PCIe6a is 64MByte. Hence, set the size of 32 bit non-prefetchable memory region beginning on address 0x70300000 as 0x3d00000 so that BAR space assigned to BAR registers can be allocated from 0x70300000 to 0x74000000. Fixes: 7af1418 ("arm64: dts: qcom: x1e80100: Fix up BAR spaces") Cc: [email protected] Signed-off-by: Qiang Yu <[email protected]> Reviewed-by: Johan Hovold <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent cfe32da commit 6c3ed8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/x1e80100.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2925,7 +2925,7 @@
29252925
#address-cells = <3>;
29262926
#size-cells = <2>;
29272927
ranges = <0x01000000 0x0 0x00000000 0x0 0x70200000 0x0 0x100000>,
2928-
<0x02000000 0x0 0x70300000 0x0 0x70300000 0x0 0x1d00000>;
2928+
<0x02000000 0x0 0x70300000 0x0 0x70300000 0x0 0x3d00000>;
29292929
bus-range = <0x00 0xff>;
29302930

29312931
dma-coherent;

0 commit comments

Comments
 (0)