diff options
| author | Marek Vasut <[email protected]> | 2019-07-09 01:46:35 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2019-07-23 13:38:17 +0200 |
| commit | b3db7be4e372609239fa3475dc440e283b6f3440 (patch) | |
| tree | bb8f0247284e6eb6773188978537aa2dea074fc5 /arch | |
| parent | 3a8cd17d0e511746357ae1d6aed76e80726a0b0f (diff) | |
ARM: renesas: Update Gen3 PCIe dma-ranges before boot
Update "dma-ranges" DT property of all PCIe controllers in the system
with the up-to-date DRAM layout. This allows the PCIe controller take
full advantage of all the available DRAM.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-rmobile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig index aafeb355ef2..52ab8914257 100644 --- a/arch/arm/mach-rmobile/Kconfig +++ b/arch/arm/mach-rmobile/Kconfig @@ -21,6 +21,7 @@ config RCAR_GEN3 imply CMD_GPT imply CMD_UUID imply CMD_MMC_SWRITE if MMC + imply OF_BOARD_SETUP if PCI imply SUPPORT_EMMC_RPMB if MMC imply SPL imply SPL_BOARD_INIT |
