devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: tegra: Fix missing card detection in Trimslice µSD card slot
@ 2017-01-22 21:17 Rask Ingemann Lambertsen
  2017-01-25  9:31 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Rask Ingemann Lambertsen @ 2017-01-22 21:17 UTC (permalink / raw)
  To: Stephen Warren, Thierry Reding, Alexandre Courbot, linux-tegra
  Cc: Mark Rutland, devicetree, Russell King, linux-kernel, Rob Herring,
	linux-arm-kernel

Card insertion and removal currently goes undetected. AFAIK there's no
way to generate interrupts on card changes in this slot, so use polling.

Signed-off-by: Rask Ingemann Lambertsen <rask@formelder.dk>
---
 arch/arm/boot/dts/tegra20-trimslice.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/tegra20-trimslice.dts b/arch/arm/boot/dts/tegra20-trimslice.dts
index 381747f..87b07fb 100644
--- a/arch/arm/boot/dts/tegra20-trimslice.dts
+++ b/arch/arm/boot/dts/tegra20-trimslice.dts
@@ -366,6 +366,7 @@
 
 	sdhci@c8000000 {
 		status = "okay";
+		broken-cd;
 		bus-width = <4>;
 	};
 
-- 
2.10.2

-- 
Rask Ingemann Lambertsen

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

end of thread, other threads:[~2017-01-25  9:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-22 21:17 [PATCH] ARM: dts: tegra: Fix missing card detection in Trimslice µSD card slot Rask Ingemann Lambertsen
2017-01-25  9:31 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).