mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
configs: ge_bx50v3: remove CONFIG_PCIE_IMX_POWER_GPIO
This GPIO is actually an input "Q7_3V3_PCIE_WAKE#_IN" not an output, so remove the misleaading and incorrect definition. Cc: Tim Harvey <tharvey@gateworks.com> (re: pci: imx: use vpcie-supply if defined by device-tree) Signed-off-by: Ian Ray <ian.ray@ge.com>
This commit is contained in:
parent
e3bdc97148
commit
2e26a76eb0
1 changed files with 0 additions and 1 deletions
|
@ -123,6 +123,5 @@
|
|||
|
||||
#define CONFIG_PCI_SCAN_SHOW
|
||||
#define CONFIG_PCIE_IMX
|
||||
#define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(1, 5)
|
||||
|
||||
#endif /* __GE_BX50V3_CONFIG_H */
|
||||
|
|
Loading…
Reference in a new issue