summaryrefslogtreecommitdiffstats
path: root/include/dwmmc.h
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2014-05-16 13:59:52 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2014-05-16 14:54:26 +0900
commit959198f7cacea1076b3a43721ec173266f3158af (patch)
treea4c437da0dbd099a6a2086df136643ec9cf96f40 /include/dwmmc.h
parent7d3ca0f89dfa4fc7bef738acdb95e632e284421d (diff)
downloadtalos-obmc-uboot-959198f7cacea1076b3a43721ec173266f3158af.tar.gz
talos-obmc-uboot-959198f7cacea1076b3a43721ec173266f3158af.zip
mmc: exynos_dw_mmc: restore the property into host
Restore the platdata(property of dt) into host struct. Then data's information is maintained and reused anywhere. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Tested-by: Lukasz Majewski <l.majewski@samsung.com> Acked-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/dwmmc.h')
-rw-r--r--include/dwmmc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dwmmc.h b/include/dwmmc.h
index c9bdf51a67..14c7db8269 100644
--- a/include/dwmmc.h
+++ b/include/dwmmc.h
@@ -134,7 +134,9 @@ struct dwmci_host {
unsigned int version;
unsigned int clock;
unsigned int bus_hz;
+ unsigned int div;
int dev_index;
+ int dev_id;
int buswidth;
u32 clksel_val;
u32 fifoth_val;
OpenPOWER on IntegriCloud