OSDN Git Service

ARM: dts: tegra: Fix missing card detection in Trimslice µSD card slot
authorRask Ingemann Lambertsen <rask@formelder.dk>
Sun, 22 Jan 2017 21:17:48 +0000 (22:17 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 25 Jan 2017 09:23:45 +0000 (10:23 +0100)
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>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra20-trimslice.dts

index 381747f..87b07fb 100644 (file)
 
        sdhci@c8000000 {
                status = "okay";
+               broken-cd;
                bus-width = <4>;
        };