Commit a3e4863e authored by Rask Ingemann Lambertsen's avatar Rask Ingemann Lambertsen Committed by Thierry Reding

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: default avatarRask Ingemann Lambertsen <rask@formelder.dk>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 0c18927f
......@@ -366,6 +366,7 @@ usb-phy@c5008000 {
sdhci@c8000000 {
status = "okay";
broken-cd;
bus-width = <4>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment