card-detect pins need to have their pull-ups enabled for reliable operation.
Signed-off-by: Hans de Goede <[email protected]> --- arch/arm/boot/dts/sun4i-a10.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 9e9bbde..a0fecb8 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi @@ -528,7 +528,7 @@ allwinner,pins = "PH1"; allwinner,function = "gpio_in"; allwinner,drive = <0>; - allwinner,pull = <0>; + allwinner,pull = <1>; }; }; -- 1.8.4.2 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
