[PATCH] ARM: dts: tegra: Fix missing card detection in Trimslice µSD card slot

From: Rask Ingemann Lambertsen
Date: Sun Jan 22 2017 - 16:29:57 EST


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@xxxxxxxxxxxx>
---
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