Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168504
b: refs/heads/master
c: 5d89655
h: refs/heads/master
v: v3
  • Loading branch information
Simon Kagstrom authored and Nicolas Pitre committed Nov 6, 2009
1 parent b1bc567 commit 2189558
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 662aeced1512e008e5613b91de8e8b8e01017cb5
refs/heads/master: 5d8965557318fabb1680d1817c2afc2714b6d3ce
12 changes: 12 additions & 0 deletions trunk/arch/arm/mach-kirkwood/openrd_base-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,20 @@ static void __init openrd_base_init(void)
kirkwood_ge00_init(&openrd_base_ge00_data);
kirkwood_sata_init(&openrd_base_sata_data);
kirkwood_sdio_init(&openrd_base_mvsdio_data);

kirkwood_i2c_init();
}

static int __init openrd_base_pci_init(void)
{
if (machine_is_openrd_base())
kirkwood_pcie_init();

return 0;
}
subsys_initcall(openrd_base_pci_init);


MACHINE_START(OPENRD_BASE, "Marvell OpenRD Base Board")
/* Maintainer: Dhaval Vasa <dhaval.vasa@einfochips.com> */
.phys_io = KIRKWOOD_REGS_PHYS_BASE,
Expand Down

0 comments on commit 2189558

Please sign in to comment.