summaryrefslogtreecommitdiff
path: root/drivers/clk/mpc83xx_clk.c
AgeCommit message (Collapse)AuthorFilesLines
2019-05-21mpc83xx_clk: Add enable methodMario Six1-0/+7
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>
2018-09-18clk: Add MPC83xx clock driverMario Six1-0/+410
Add a clock driver for the MPC83xx architecture. Signed-off-by: Mario Six <mario.six@gdsys.cc>