Files
u-boot-tk1-som/drivers/mmc
Jaehoon Chung ce757b18fb mmc: exynos_dw_mmc: add the error control for checking index
PERIPH_ID_SDMMC4(131) is not continous value with PERIPH_ID_SDMMC0(75).
If there is no 'index' property in fdt, then dev_index should be
assigned to dev_id(Peripheral ID).
At this time, dev_index should be "56". It means Exynos SoC has "56"
numbers of DWMMC IP. To prevent this behavior, it needs to check the
maximum device index.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2016-07-12 14:28:47 +09:00
..
2016-06-28 12:08:53 -07:00
2015-05-05 12:29:36 +03:00
2016-06-20 05:14:46 -04:00
2015-05-05 12:29:36 +03:00
2015-05-05 12:29:36 +03:00
2016-02-06 12:00:59 +01:00