Re: [PATCH v1 u-boot-marvell 5/5] arm: mvebu: turris_mox: fix PCIe ranges in device tree

2020-04-14 Thread Stefan Roese
On 08.04.20 19:25, Marek Behún wrote: Use the new a3700_fdt_fix_pcie_regions function in turris_mox.c so that MOX boards with 4 GB RAM are fully supported. Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan --- board/CZ.NIC/turris_mox/turris_mox.c | 11 +++ 1

[PATCH v1 u-boot-marvell 5/5] arm: mvebu: turris_mox: fix PCIe ranges in device tree

2020-04-08 Thread Marek Behún
Use the new a3700_fdt_fix_pcie_regions function in turris_mox.c so that MOX boards with 4 GB RAM are fully supported. Signed-off-by: Marek Behún --- board/CZ.NIC/turris_mox/turris_mox.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/board/CZ.NIC/turris_mox/turris_mox.c