OSDN Git Service

clk: mvebu: add Armada 375 support to the corediv clock driver
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 14 Feb 2014 20:15:03 +0000 (17:15 -0300)
committerJason Cooper <jason@lakedaemon.net>
Mon, 17 Feb 2014 02:33:59 +0000 (02:33 +0000)
commite4aec65c865d200196efd42f26ff1630b44997a5
tree439b22bc209b32b054538333639d4521b0c13720
parentc642e6a95bbb0bee488078b740ee5b3bac57f7fb
clk: mvebu: add Armada 375 support to the corediv clock driver

This commit adds support for the Core Divider clocks of the Armada
375. Compared to Armada 370 and XP the Core Divider clocks of the 375
cannot be gated: only their ratio can be changed. This is reflected by
the fact that the enable, disable and is_enabled clock operations are
not defined, and that the enable_bit_offset field is also undefined.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/clk/mvebu/clk-corediv.c