summaryrefslogtreecommitdiff
path: root/configs/r2dplus_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-08-31 19:25:21 +0300
committerMarek Vasut <marex@denx.de>2019-09-02 18:38:43 +0300
commiteaae4ee2bd349797a69f74240abd8329e18d5dbd (patch)
tree95aaec9347adb15b319cdf48b6a5981532ec5aa3 /configs/r2dplus_defconfig
parent72c2f4acd76f11e99c7546c635c0533020f68788 (diff)
downloadu-boot-eaae4ee2bd349797a69f74240abd8329e18d5dbd.tar.xz
sh: r2dplus: Switch to DM PCI driver
Add DT entry for the DM PCI driver, update board configs and drop ad-hoc board init code for the PCI bus. Instead, let the DM PCI driver initialize and operate the hardware. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r2dplus_defconfig')
-rw-r--r--configs/r2dplus_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig
index 51a8587b61..b2334affc3 100644
--- a/configs/r2dplus_defconfig
+++ b/configs/r2dplus_defconfig
@@ -25,5 +25,7 @@ CONFIG_FLASH_CFI_DRIVER=y
CONFIG_SYS_FLASH_CFI=y
CONFIG_RTL8139=y
CONFIG_PCI=y
+CONFIG_DM_PCI=y
+CONFIG_DM_PCI_COMPAT=y
CONFIG_SCIF_CONSOLE=y
CONFIG_USE_PRIVATE_LIBGCC=y