]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: mtk-sd: add pad control settings for MediaTek MT7620/MT76x8 SoCs
authorWeijie Gao <weijie.gao@mediatek.com>
Thu, 12 Nov 2020 08:37:02 +0000 (16:37 +0800)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 24 Jan 2021 20:39:27 +0000 (21:39 +0100)
commit2a505cd1c733880c139ff62ef0a89ec36fcde72c
treeaf0e9505b78bca8298b7966c26e0b32ae9aeac9d
parentf875a1257800b5f60d8e8138a649a54ebfa3c5cf
mmc: mtk-sd: add pad control settings for MediaTek MT7620/MT76x8 SoCs

The driver is missing pad control settings (pad delay and pad conf) for
the mt7620 and mt76x8. Although mt76x8 still works well, mt7620 will
encounter CRC error on data transfers.

This patch adds default pad control settings for mt7620_compat.

Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
drivers/mmc/mtk-sd.c