diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2021-08-04 18:22:54 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-08-09 14:46:50 +0200 |
commit | 3bbc48e8f199055dfc45536d9654f71be6a796ae (patch) | |
tree | 6515a55b585f9e0b2400d5da2bf7a05487847325 /include/configs/ge_bx50v3.h | |
parent | 0ac226b3c6b7517763c52bb00907dbca08392ee8 (diff) | |
download | u-boot-3bbc48e8f199055dfc45536d9654f71be6a796ae.tar.gz |
board: ge: bx50v3: Add PCIe reset to DT
Add PCIe reset gpio to the Bx50v3 devicetree and get get rid of
CONFIG_PCIE_IMX_PERST_GPIO.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'include/configs/ge_bx50v3.h')
-rw-r--r-- | include/configs/ge_bx50v3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index 2b61172cc7..5be3a49d05 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -150,7 +150,6 @@ #define CONFIG_PCI_SCAN_SHOW #define CONFIG_PCIE_IMX -#define CONFIG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(7, 12) #define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(1, 5) #endif /* __GE_BX50V3_CONFIG_H */ |