mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 10:47:41 +01:00
arm: dts: devsoc: update the redundant macro name
Change-Id: Ic7001ee6c26c6a2cfcec6d5b8302b61e654cc850 Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
parent
fc5ebb3723
commit
e67c5fe342
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