Merge "arm: dts: devsoc: update the redundant macro name"

This commit is contained in:
Linux Build Service Account 2022-08-17 17:39:32 -07:00 committed by Gerrit - the friendly Code Review server
commit ece51672de
3 changed files with 4 additions and 4 deletions

View file

@ -140,7 +140,7 @@
pci_rst {
gpio = <47>;
pull = <GPIO_PULL_UP>;
oe = <GPIO_OD_ENABLE>;
oe = <GPIO_OE_ENABLE>;
drvstr = <GPIO_8MA>;
};
};

View file

@ -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>;
};
};

View file

@ -137,7 +137,7 @@
pci_rst {
gpio = <38>;
pull = <GPIO_PULL_UP>;
oe = <GPIO_OD_ENABLE>;
oe = <GPIO_OE_ENABLE>;
drvstr = <GPIO_8MA>;
};
};