mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 17:30:35 +01:00
Merge "arm: dts: devsoc: update the redundant macro name"
This commit is contained in:
commit
ece51672de
3 changed files with 4 additions and 4 deletions
|
|
@ -140,7 +140,7 @@
|
|||
pci_rst {
|
||||
gpio = <47>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
oe = <GPIO_OD_ENABLE>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@
|
|||
pci_rst {
|
||||
gpio = <38>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
oe = <GPIO_OD_ENABLE>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
};
|
||||
|
|
@ -152,7 +152,7 @@
|
|||
pci_rst {
|
||||
gpio = <47>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
oe = <GPIO_OD_ENABLE>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@
|
|||
pci_rst {
|
||||
gpio = <38>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
oe = <GPIO_OD_ENABLE>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue