All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Revert "ARM: dts: stm32: Reinstate card detect behavior on DHSOM"
@ 2020-07-07 16:46 Patrick Delaunay
  2020-07-28 14:09 ` [Uboot-stm32] " Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Delaunay @ 2020-07-07 16:46 UTC (permalink / raw)
  To: u-boot

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 <patrick.delaunay@st.com>
---

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 {
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-28 16:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-07 16:46 [PATCH v2] Revert "ARM: dts: stm32: Reinstate card detect behavior on DHSOM" Patrick Delaunay
2020-07-28 14:09 ` [Uboot-stm32] " Patrice CHOTARD
2020-07-28 16:16   ` Patrice CHOTARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.