ramips: fix sd polling
authorQin Wei <support@vocore.io>
Sat, 16 May 2020 07:51:36 +0000 (15:51 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 26 Jun 2020 22:19:13 +0000 (00:19 +0200)
commitcd6515c2e87b85bb3796ba365db34b3c52a251d5
treeb20e71ddb72d5f9e67ab95cae1ea130a91dec051
parentdd13add3ceed9056b0b3cce182241ba553ed07cb
ramips: fix sd polling

This is fixed in 18.06, it appears again in 19.07.
Currently mt7628 sdcard driver do not support polling mode which is for
the device do not have card-detect pin to detect sd card insert. Without
this patch, device will not detect sdcard is inserted. This patch is a
fix of that.

Signed-off-by: Qin Wei <support@vocore.io>
target/linux/ramips/files/drivers/mmc/host/mtk-mmc/sd.c