mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-03 07:54:24 +01:00
ipq5018: mp03.1: dts: Fix pci0 node
Disable pci0 node based on board features. Signed-off-by: Manikanta Mylavarapu <mmanikan@codeaurora.org> Change-Id: Ib39106f958ba9d2512d512941f8bb3990a29b8a6
This commit is contained in:
parent
caaaddfa7a
commit
e85ae5f50d
1 changed files with 0 additions and 15 deletions
|
|
@ -25,7 +25,6 @@
|
|||
i2c0 = "/i2c@78b6000";
|
||||
gmac_gpio = "/gmac_gpio";
|
||||
usb0 = "/xhci@8a00000";
|
||||
pci0 = "/pci@80000000";
|
||||
pci1 = "/pci@a0000000";
|
||||
nand = "/nand-controller@79B0000";
|
||||
};
|
||||
|
|
@ -96,20 +95,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
pci0: pci@80000000 {
|
||||
status = "ok";
|
||||
pci_gpio {
|
||||
pci_rst {
|
||||
gpio = <15>;
|
||||
func = <0>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
oe = <GPIO_OD_ENABLE>;
|
||||
od_en = <GPIO_OD_DISABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
pci1: pci@a0000000 {
|
||||
status = "ok";
|
||||
pci_gpio {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue