Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1564569
| From | Rask Ingemann Lambertsen <rask@formelder.dk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: dts: tegra: Fix missing card detection in Trimslice µSD card slot |
| Date | 2017-01-22 22:30 +0100 |
| Message-ID | <t2xS2-5Ux-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ARM: dts: tegra: Fix missing card detection in Trimslice µSD card slot Rask Ingemann Lambertsen <rask@formelder.dk> - 2017-01-22 22:30 +0100 Re: [PATCH] ARM: dts: tegra: Fix missing card detection in Trimslice µSD card slot Thierry Reding <thierry.reding@gmail.com> - 2017-01-25 10:40 +0100
csiph-web