]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/mmc/omap_hsmmc.c
mmc: omap_hsmmc: use mmc_of_parse to populate mmc_config
authorKishon Vijay Abraham I <kishon@ti.com>
Tue, 30 Jan 2018 15:01:38 +0000 (16:01 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 19 Feb 2018 07:58:55 +0000 (16:58 +0900)
commit2d7482cf793fe4d8a98906002708d6e1fa2c5ba3
tree818e42ea57ed8e6aea97a2a8cfe329ef4aecc851
parenta4efd73773c792737dd8d1e9d18da7796418fc1f
mmc: omap_hsmmc: use mmc_of_parse to populate mmc_config

Use the mmc_of_parse library function to populate mmc_config instead of
repeating the same code in host controller driver.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/mmc/omap_hsmmc.c