commit | 3c1c28d4e032d33697b95fc88152df8a679f44be | [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 | 14254e646d7415bbdaa21cf606dda6143eb51f87 [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>