aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2020-05-26 04:30:20 +0200
committerPatrick Delaunay <patrick.delaunay@st.com>2020-05-28 08:52:04 +0200
commit8b4101d0f9a48a8491043049ed6c7de7d75c63ee (patch)
treea4b130b575ca90983c73f096e05fe70bcedc258d /configs
parent3f662a67966daacb5e838e64041181e88f9651ab (diff)
downloadu-boot-8b4101d0f9a48a8491043049ed6c7de7d75c63ee.zip
u-boot-8b4101d0f9a48a8491043049ed6c7de7d75c63ee.tar.gz
u-boot-8b4101d0f9a48a8491043049ed6c7de7d75c63ee.tar.bz2
ARM: stm32: Hog GPIO PF7 high on DHCOR to unlock SPI NOR nWP
The SPI NOR nWP line is connected to GPIO PF7 on the SoM, pull the GPIO line high by default to clear SPI NOR WP. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Patrick Delaunay <patrick.delaunay@st.com> Cc: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/stm32mp15_dhcor_basic_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_dhcor_basic_defconfig b/configs/stm32mp15_dhcor_basic_defconfig
index 7163d0a..249646c 100644
--- a/configs/stm32mp15_dhcor_basic_defconfig
+++ b/configs/stm32mp15_dhcor_basic_defconfig
@@ -71,6 +71,7 @@ CONFIG_SPL_BLOCK_CACHE=y
CONFIG_DFU_MMC=y
CONFIG_DFU_RAM=y
CONFIG_DFU_VIRT=y
+CONFIG_GPIO_HOG=y
CONFIG_DM_HWSPINLOCK=y
CONFIG_HWSPINLOCK_STM32=y
CONFIG_DM_I2C=y