OSDN Git Service

clk: sunxi-ng: support R40 SoC
authorIcenowy Zheng <icenowy@aosc.io>
Tue, 15 Aug 2017 05:55:29 +0000 (13:55 +0800)
committerChen-Yu Tsai <wens@csie.org>
Sat, 19 Aug 2017 09:04:37 +0000 (17:04 +0800)
commitcd030a78f7aa06fe216f6665a6ea84b8f3e5b3d3
tree435eb37fb76952e559c44676bfa902819e97d361
parent0a6341555e64915493d2925a1fca61efaa01f570
clk: sunxi-ng: support R40 SoC

Allwinner R40 SoC have a clock controller module in the style of the
SoCs beyond sun6i, however, it's more rich and complex.

Add support for it.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
drivers/clk/sunxi-ng/Kconfig
drivers/clk/sunxi-ng/Makefile
drivers/clk/sunxi-ng/ccu-sun8i-r40.c [new file with mode: 0644]
drivers/clk/sunxi-ng/ccu-sun8i-r40.h [new file with mode: 0644]
include/dt-bindings/clock/sun8i-r40-ccu.h [new file with mode: 0644]
include/dt-bindings/reset/sun8i-r40-ccu.h [new file with mode: 0644]