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

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>
This commit is contained in:
Rask Ingemann Lambertsen 2017-01-22 22:17:48 +01:00 committed by Thierry Reding
parent 0c18927f51
commit a3e4863ea9

View file

@ -366,6 +366,7 @@
sdhci@c8000000 { sdhci@c8000000 {
status = "okay"; status = "okay";
broken-cd;
bus-width = <4>; bus-width = <4>;
}; };