clk: at91: add a driver for the h32mx clock
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 15 Sep 2014 16:15:53 +0000 (18:15 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 22 Sep 2014 09:38:59 +0000 (11:38 +0200)
commitbcc5fd49a0fda5abc22057f65b318788ccb5d2ad
treeedf97c273ea66306e5a6fdd81e6c5a78d31e8873
parent5db722eeba0051c68e638114f6720e715b03cd2c
clk: at91: add a driver for the h32mx clock

Newer SoCs have two different AHB interconnect. The AHB 32 bits Matrix
interconnect (h32mx) has a clock that can be setup at the half of the h64mx
clock (which is mck). The h32mx clock can not exceed 90 MHz.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Documentation/devicetree/bindings/clock/at91-clock.txt
arch/arm/mach-at91/Kconfig
drivers/clk/at91/Makefile
drivers/clk/at91/clk-h32mx.c [new file with mode: 0644]
drivers/clk/at91/pmc.c
drivers/clk/at91/pmc.h
include/linux/clk/at91_pmc.h