]> Git Repo - J-u-boot.git/commitdiff
configs: ge_bx50v3: remove CONFIG_PCIE_IMX_POWER_GPIO
authorIan Ray <[email protected]>
Thu, 14 Apr 2022 11:05:46 +0000 (14:05 +0300)
committerStefano Babic <[email protected]>
Thu, 21 Apr 2022 12:38:03 +0000 (14:38 +0200)
This GPIO is actually an input "Q7_3V3_PCIE_WAKE#_IN" not an output, so
remove the misleaading and incorrect definition.

Cc: Tim Harvey <[email protected]> (re: pci: imx: use vpcie-supply if defined by device-tree)
Signed-off-by: Ian Ray <[email protected]>
include/configs/ge_bx50v3.h

index 8d467e420f1ca15f0fdf40f3bf30b2249b3ad25d..c80a07655ecd8b7a2d110bc99f35d57eba99393e 100644 (file)
 
 #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 */
This page took 0.037705 seconds and 4 git commands to generate.