From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Wed, 27 May 2020 13:37:56 +0000 Subject: [PATCH 2/5] ARM: stm32: Hog GPIO PF7 high on DHCOR to unlock SPI NOR nWP In-Reply-To: <20200526023023.293909-2-marex@denx.de> References: <20200526023023.293909-1-marex@denx.de> <20200526023023.293909-2-marex@denx.de> Message-ID: <25a3d30b7d3c4c49b45b77c710551e1b@SFHDAG6NODE3.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, > From: Marek Vasut > Sent: mardi 26 mai 2020 04:30 > > 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 > Cc: Patrick Delaunay > Cc: Patrice Chotard > --- > arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 9 +++++++++ > configs/stm32mp15_dhcor_basic_defconfig | 1 + > 2 files changed, 10 insertions(+) > Reviewed-by: Patrick Delaunay Thanks Patrick