diff options
author | Marek Vasut | 2019-08-31 18:25:21 +0200 |
---|---|---|
committer | Marek Vasut | 2019-09-02 17:38:43 +0200 |
commit | eaae4ee2bd349797a69f74240abd8329e18d5dbd (patch) | |
tree | 95aaec9347adb15b319cdf48b6a5981532ec5aa3 /board/renesas | |
parent | 72c2f4acd76f11e99c7546c635c0533020f68788 (diff) |
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 'board/renesas')
-rw-r--r-- | board/renesas/r2dplus/r2dplus.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/renesas/r2dplus/r2dplus.c b/board/renesas/r2dplus/r2dplus.c index f0773267b10..6eff98706f7 100644 --- a/board/renesas/r2dplus/r2dplus.c +++ b/board/renesas/r2dplus/r2dplus.c @@ -9,7 +9,6 @@ #include <netdev.h> #include <asm/processor.h> #include <asm/io.h> -#include <asm/pci.h> int checkboard(void) { @@ -45,12 +44,6 @@ void ide_set_reset(int idereset) } } -static struct pci_controller hose; -void pci_init_board(void) -{ - pci_sh7751_init(&hose); -} - int board_eth_init(bd_t *bis) { return pci_eth_init(bis); |