Hi, On 30 August 2016 at 19:42, Christian Lamparter <[email protected]> wrote: > The insertion or removal of the sd-card cannot be detected > by the hardware itself. This is by design. To workaround this, > for the WNDR4700 unload/load the dwc2 module in case the > the special SD CARD GPIO line is low/high.
is this an actual button? or is this the card-detect signal as a gpio? If the latter, you should be able to define this as cd-gpios = <&GPIO0 7 1>; in the mmc controller node. Jonas _______________________________________________ Lede-dev mailing list [email protected] http://lists.infradead.org/mailman/listinfo/lede-dev
