aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Ray <ian.ray@ge.com>2022-04-14 14:05:46 +0300
committerStefano Babic <sbabic@denx.de>2022-04-21 14:38:03 +0200
commit2e26a76eb0e2b80c3118267f065af0db58db654c (patch)
tree8037793cf456fdf599d4ce852995cd52c7fee6dc
parente3bdc97148204863c4c1a5c6323e103274a3fcd8 (diff)
downloadu-boot-2e26a76eb0e2b80c3118267f065af0db58db654c.zip
u-boot-2e26a76eb0e2b80c3118267f065af0db58db654c.tar.gz
u-boot-2e26a76eb0e2b80c3118267f065af0db58db654c.tar.bz2
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>
-rw-r--r--include/configs/ge_bx50v3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h
index 8d467e4..c80a076 100644
--- a/include/configs/ge_bx50v3.h
+++ b/include/configs/ge_bx50v3.h
@@ -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 */