mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-03 16:04:47 +01:00
ipq807x: Enabled the PCIE
Change-Id: Iecd166a5a88ce563f02ebc0cae1b3b81ab5884ed Signed-off-by: smuthayy <smuthayy@codeaurora.org>
This commit is contained in:
parent
7c309ca403
commit
0613a0b89c
2 changed files with 3 additions and 1 deletions
|
|
@ -23,6 +23,8 @@
|
|||
aliases {
|
||||
console = "/serial@78B3000";
|
||||
i2c0 = "/i2c@78b6000";
|
||||
pci0 = "/pci@20000000";
|
||||
pci1 = "/pci@10000000";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue