commit | 0613a0b89c182aa814db062930d025ba01ae80ae | [log] [tgz] |
---|---|---|
author | smuthayy <smuthayy@codeaurora.org> | Fri Jun 02 14:22:01 2017 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Jun 02 14:46:46 2017 -0700 |
tree | ed6d215a861a2c5dc141e0214d35d20b65d2ca4f | |
parent | 7c309ca4036021feffc5fe27e6d029915254242d [diff] |
ipq807x: Enabled the PCIE Change-Id: Iecd166a5a88ce563f02ebc0cae1b3b81ab5884ed Signed-off-by: smuthayy <smuthayy@codeaurora.org>
diff --git a/arch/arm/dts/ipq807x-hk01.dts b/arch/arm/dts/ipq807x-hk01.dts index 7a40643..b5e65ac 100644 --- a/arch/arm/dts/ipq807x-hk01.dts +++ b/arch/arm/dts/ipq807x-hk01.dts
@@ -23,6 +23,8 @@ aliases { console = "/serial@78B3000"; i2c0 = "/i2c@78b6000"; + pci0 = "/pci@20000000"; + pci1 = "/pci@10000000"; }; };
diff --git a/common/board_r.c b/common/board_r.c index 56cd594..75ee43e 100644 --- a/common/board_r.c +++ b/common/board_r.c
@@ -250,7 +250,7 @@ static int initr_pci(void) { #ifndef CONFIG_DM_PCI - //pci_init(); + pci_init(); #endif return 0;