summaryrefslogtreecommitdiff
path: root/arch/c6x/include/asm/clkdev.h
AgeCommit message (Collapse)AuthorFilesLines
2015-09-16c6x: Use generic clkdev.h headerStephen Boyd1-22/+0
The c6x clkdev.h header is the same as the asm-generic header, so just use the asm-generic one. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Mark Salter <msalter@redhat.com>
2011-10-07C6X: clocksMark Salter1-0/+22
The C6X SoCs contain several PLL controllers each with up to 16 clock outputs feeding into the cores or peripheral clock domains. The hardware is very similar to arm/mach-davinci clocks. This is still a work in progress which needs to be updated once device tree clock binding changes shake out. Signed-off-by: Mark Salter <msalter@redhat.com> Signed-off-by: Aurelien Jacquiot <a-jacquiot@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de>