Message ID | 20170122211747.exirq4nvb2xj6dk6@localhost (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sun, Jan 22, 2017 at 10:17:48PM +0100, Rask Ingemann Lambertsen wrote: > 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(+) Applied, thanks. Thierry
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>; };
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(+)