mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 17:42:03 +02:00
arm64: dts: renesas: r9a09g056: Fix PCIe dma-ranges memory space code
The RZ/V2N SoC supports up to 8 GiB of memory. Update the PCIe dma-ranges
property to use the 64-bit prefetchable memory space code.
Fixes: 4c443296ff ("arm64: dts: renesas: r9a09g056: Add PCIe node")
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20260708172849.227915-2-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
90a9d595f3
commit
3e7259fb8a
|
|
@ -1065,7 +1065,7 @@ pcie: pcie@13400000 {
|
|||
reg = <0 0x13400000 0 0x10000>;
|
||||
ranges = <0x02000000 0 0x30000000 0 0x30000000 0 0x8000000>,
|
||||
<0x43000000 4 0x40000000 4 0x40000000 6 0x00000000>;
|
||||
dma-ranges = <0x42000000 0 0x40000000 0 0x40000000 2 0x00000000>;
|
||||
dma-ranges = <0x43000000 0 0x40000000 0 0x40000000 2 0x00000000>;
|
||||
bus-range = <0x0 0xff>;
|
||||
interrupts = <GIC_SPI 800 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 801 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user