mpc83xx_clk: Add enable method
authorMario Six <mario.six@gdsys.cc>
Mon, 28 Jan 2019 08:40:36 +0000 (09:40 +0100)
committerMario Six <mario.six@gdsys.cc>
Tue, 21 May 2019 05:52:34 +0000 (07:52 +0200)
commit487bb2bc85a51ce14bb27c183c9ab51090b632d0
treea1c3abffb08c83edd7c97828a79c8c9a43b7c67e
parent7e3974e1f404cf69cc37de408453bd7ddf6b4845
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>
drivers/clk/mpc83xx_clk.c