commit | c61ec9b9e954e2f9c3d38cf7c85023c77a5c7444 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Thu Jul 09 11:35:15 2020 +0800 |
committer | Peng Fan <peng.fan@nxp.com> | Tue Jul 14 15:23:47 2020 +0800 |
tree | d53570b8ee11f6e5e1d7ee6e8453e8ddb5606d21 | |
parent | e565393b9a88b2d76c2d8eaa63f8e70182903665 [diff] |
imx8m: add sdhc/nand/ecspi clk api Current DM CLK is a bit complicated, for simplity, let DM clk only support enable/disable/get_rate. For the expected rate settings, we use non-DM clk to do that. Then we could have simple DM clk for i.MX and could also share between SPL/U-Boot proper. Signed-off-by: Peng Fan <peng.fan@nxp.com>