* [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: 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 at c8000000 {
status = "okay";
+ broken-cd;
bus-width = <4>;
};
--
2.10.2
--
Rask Ingemann Lambertsen
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: tegra: Fix missing card detection in Trimslice µSD card slot
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
0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2017-01-25 9:31 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, Jan 22, 2017 at 10:17:48PM +0100, Rask Ingemann Lambertsen wrote:
> 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(+)
Applied, thanks.
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170125/d5e289bd/attachment.sig>
^ permalink raw reply [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).