Skip to content
Snippets Groups Projects
Commit 1925e657 authored by Ley Foon Tan's avatar Ley Foon Tan Committed by Peng Fan
Browse files

mmc: dwmmc: socfpga: Get "fifo-mode" property from DT


Add FIFO mode support for SoCFPGA dwmmc, read "fifo-mode" property from DT.

Signed-off-by: default avatarLey Foon Tan <ley.foon.tan@intel.com>
Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
parent 8cb9d3ed
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,8 @@ static int socfpga_dwmmc_of_to_plat(struct udevice *dev)
"smplsel", 0);
host->priv = priv;
host->fifo_mode = dev_read_bool(dev, "fifo-mode");
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment