ipq807x: Enabled the PCIE

Change-Id: Iecd166a5a88ce563f02ebc0cae1b3b81ab5884ed
Signed-off-by: smuthayy <smuthayy@codeaurora.org>
This commit is contained in:
smuthayy 2017-06-02 14:22:01 -07:00 committed by Gerrit - the friendly Code Review server
parent 7c309ca403
commit 0613a0b89c
2 changed files with 3 additions and 1 deletions

View file

@ -23,6 +23,8 @@
aliases {
console = "/serial@78B3000";
i2c0 = "/i2c@78b6000";
pci0 = "/pci@20000000";
pci1 = "/pci@10000000";
};
};

View file

@ -250,7 +250,7 @@ static int initr_unlock_ram_in_cache(void)
static int initr_pci(void)
{
#ifndef CONFIG_DM_PCI
//pci_init();
pci_init();
#endif
return 0;