From: Marek Vasut Date: Fri, 15 Jan 2021 23:27:50 +0000 (+0100) Subject: ARM: rmobile: Enable CONFIG_PCI_REGION_MULTI_ENTRY on RCar3 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=c98cc9b2e8754587770d33bbd0189fefec39965a;p=u-boot.git ARM: rmobile: Enable CONFIG_PCI_REGION_MULTI_ENTRY on RCar3 R-Car3 can have multiple regions of type memory in DT, enable CONFIG_PCI_REGION_MULTI_ENTRY to handle those instead of using just one of the memory regions. Signed-off-by: Marek Vasut --- diff --git a/configs/rcar3_salvator-x_defconfig b/configs/rcar3_salvator-x_defconfig index ff6e0e945e..6109a23a31 100644 --- a/configs/rcar3_salvator-x_defconfig +++ b/configs/rcar3_salvator-x_defconfig @@ -71,6 +71,7 @@ CONFIG_DM_ETH=y CONFIG_RENESAS_RAVB=y CONFIG_PCI=y CONFIG_DM_PCI=y +CONFIG_PCI_REGION_MULTI_ENTRY=y CONFIG_PCI_RCAR_GEN3=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y