sh: clkfwk: Rework legacy CPG clock handling.
This moves out the old legacy CPG clocks to their own file, and converts over the existing users. With these clocks going away and each CPU dealing with them on their own, CPUs can gradually move over to the new interface. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
100890c55e
commit
253b0887b3
13 changed files with 110 additions and 63 deletions
|
@ -46,6 +46,8 @@ struct sh_machine_vector {
|
|||
|
||||
void __iomem *(*mv_ioport_map)(unsigned long port, unsigned int size);
|
||||
void (*mv_ioport_unmap)(void __iomem *);
|
||||
|
||||
int (*mv_clk_init)(void);
|
||||
};
|
||||
|
||||
extern struct sh_machine_vector sh_mv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue