From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Tue, 28 Apr 2020 08:42:30 +0000 Subject: [PATCH 2/2] ARM: stm32: Hog GPIO PF7 high on DHCOM to unlock SPI NOR nWP In-Reply-To: <20200427102643.330063-2-marex@denx.de> References: <20200427102643.330063-1-marex@denx.de> <20200427102643.330063-2-marex@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Marek, > From: Marek Vasut > Sent: lundi 27 avril 2020 12:27 > > 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-dhcom-u-boot.dtsi | 9 +++++++++ > configs/stm32mp15_dhcom_basic_defconfig | 1 + > 2 files changed, 10 insertions(+) > Reviewed-by: Patrick Delaunay Thanks Patrick