]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: sunxi: Add sun9i A80 cpus (cpu special) clock support
authorChen-Yu Tsai <wens@csie.org>
Sun, 29 Nov 2015 03:03:08 +0000 (11:03 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 1 Dec 2015 13:06:47 +0000 (14:06 +0100)
commit77d16e2c66c86afc0130822b816ae26790a241fb
tree55b75f45992bb4ca21c94391c4b3d81e45dec493
parentbfcba2ed83f00e06f82fca3edcb5d723acce74c1
clk: sunxi: Add sun9i A80 cpus (cpu special) clock support

The "cpus" clock is the clock for the embedded processor in the A80.
It is also part of the PRCM clock tree. This clock includes a pre-
divider on one of its inputs. For now we are using a custom clock
driver for it. In the future we may want to develop a generalized
driver for these types of clocks, which also includes the AHB clock
driver on sun[5678]i.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Documentation/devicetree/bindings/clock/sunxi.txt
drivers/clk/sunxi/Makefile
drivers/clk/sunxi/clk-sun9i-cpus.c [new file with mode: 0644]