commit | 487bb2bc85a51ce14bb27c183c9ab51090b632d0 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Jan 28 09:40:36 2019 +0100 |
committer | Mario Six <mario.six@gdsys.cc> | Tue May 21 07:52:34 2019 +0200 |
tree | a1c3abffb08c83edd7c97828a79c8c9a43b7c67e | |
parent | 7e3974e1f404cf69cc37de408453bd7ddf6b4845 [diff] |
mpc83xx_clk: Add enable method Some DM drivers have hardcoded clk_enable calls when handling clocks (for example the fsl_esdhc driver). To work with these drivers, add an enable method to the MCP83xx clock driver (which does nothing, because the clocks are always enabled). Signed-off-by: Mario Six <mario.six@gdsys.cc>