commit | af9d45d8ef4a4b868fdd369d5bf829900e8cc8b9 | [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 | 26f9b1a0bd2c72bd5cbe15f620bc508c51f20c23 [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>