ramips: drop obsolete sd card driver code
authorMathias Kresin <dev@kresin.me>
Thu, 30 Aug 2018 17:16:53 +0000 (19:16 +0200)
committerMathias Kresin <dev@kresin.me>
Thu, 6 Sep 2018 19:35:53 +0000 (21:35 +0200)
commit287b7aa583584262a68fcebc3786779b2ab14307
treee7c4824f71b294a7d49011f25e3f6871c44f89dd
parent563a5b5f94b2fb36dce36f39bf6515e5bbb31245
ramips: drop obsolete sd card driver code

The pinmux for all SoCs using this driver is now set via the pinmux. It
makes this code obsolete.

Some of the code targeting the mt76x8 SoCs is still required. The sd
card pins share the pads with the EPHY. These pads need to be switched
to digital mode if the pins are used for sd cards.

The eMMC 8-bit mode has to be enabled via pinmux instead of a kernel
option. The uart2 group need to be set to function "sdxc d5 d4", pwm1
to "sdxc d6" and pwm0 to "sdxc d7" to do so. It can't be done by as
part of a default pinmux, as it would break the normal operation of
uart2.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/Kconfig
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/sd.c