From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrice CHOTARD Date: Tue, 28 Jul 2020 16:16:30 +0000 Subject: [Uboot-stm32] [PATCH v2] Revert "ARM: dts: stm32: Reinstate card detect behavior on DHSOM" In-Reply-To: References: <20200707164608.20056-1-patrick.delaunay@st.com> Message-ID: <559c8b16-de4f-6793-c365-57e5776b6f82@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 On 7/28/20 4:09 PM, Patrice CHOTARD wrote: > On 7/7/20 6:46 PM, Patrick Delaunay wrote: >> Since commit f13ff88b61c3 ("gpio: stm32: add ops set_dir_flags") >> the gpio flags are supported by stm32 pinctrl driver. >> >> The cd-gpios is correctly handle in U-Boot and the patch on the >> device tree can be removed. >> >> This reverts commit 3c2e2a1a79608c5e046313a8c47586d9a734e2a3. >> >> >> Signed-off-by: Patrick Delaunay >> --- >> >> Changes in v2: >> - correct commit message >> >> arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi | 3 --- >> 1 file changed, 3 deletions(-) >> >> diff --git a/arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi >> index 69c5af4241..f96de9e7a3 100644 >> --- a/arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi >> +++ b/arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi >> @@ -264,9 +264,6 @@ >> >> &sdmmc1 { >> u-boot,dm-spl; >> - broken-cd; >> - /delete-property/ cd-gpios; >> - /delete-property/ disable-wp; >> }; >> >> &sdmmc1_b4_pins_a { > Reviewed-by: Patrice Chotard > > Thanks > > Patrice > _______________________________________________ > Uboot-stm32 mailing list > Uboot-stm32 at st-md-mailman.stormreply.com > https://st-md-mailman.stormreply.com/mailman/listinfo/uboot-stm32 Applied to u-boot-stm/master Thanks Patrice