aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/mt6575_sd.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-08-30 13:19:18 +0200
committerJo-Philipp Wich <jo@mein.io>2018-08-30 13:19:26 +0200
commit4302c917cc4dc244c007c6c1902b8e138a74ed0e (patch)
tree138d1614bef3f5288ce6dedbafbb4061a8bc669a /target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/mt6575_sd.h
parent77e2bccde8f7f98603f60473023dadec4f473cf6 (diff)
downloadupstream-4302c917cc4dc244c007c6c1902b8e138a74ed0e.tar.gz
upstream-4302c917cc4dc244c007c6c1902b8e138a74ed0e.tar.bz2
upstream-4302c917cc4dc244c007c6c1902b8e138a74ed0e.zip
Revert "ramips: mmc: Fix init for MT7628AN"
This reverts commit 3a8efaef00d6b7317c46fe6b7e923912d8bf3500. The change reportedly breaks UART2 on some boards. Furthermore it uses bitwise logic on an uninitialized variable and fails to explain what it is fixing exactly. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/mt6575_sd.h')
-rw-r--r--target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/mt6575_sd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/mt6575_sd.h b/target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/mt6575_sd.h
index a3c50d0528..33fa59a019 100644
--- a/target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/mt6575_sd.h
+++ b/target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/mt6575_sd.h
@@ -234,7 +234,6 @@ enum {
#define MSDC_IOCON_SDR104CKS (0x1 << 0) /* RW */
#define MSDC_IOCON_RSPL (0x1 << 1) /* RW */
#define MSDC_IOCON_DSPL (0x1 << 2) /* RW */
-#define MSDC_IOCON_WDSPL (0x1 << 8) /* RW */
#define MSDC_IOCON_DDLSEL (0x1 << 3) /* RW */
#define MSDC_IOCON_DDR50CKD (0x1 << 4) /* RW */
#define MSDC_IOCON_DSPLSEL (0x1 << 5) /* RW */