clk: Add support for AST2600 SoC
authorJoel Stanley <joel@jms.id.au>
Sun, 25 Aug 2019 14:18:48 +0000 (23:48 +0930)
committerStephen Boyd <sboyd@kernel.org>
Fri, 6 Sep 2019 22:22:29 +0000 (15:22 -0700)
commitd3d04f6c330a60ce7170a1076b06f31c77ba7873
treeee17b487e81c16aa87eec62fe875085ca9c413ad
parentc1c4942eebdbb80d36d72df6f0ac19f82cf5dd9f
clk: Add support for AST2600 SoC

The ast2600 is a new BMC SoC from ASPEED. It contains many more clocks
than the previous iterations, so support is broken out into it's own
driver.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Link: https://lkml.kernel.org/r/20190825141848.17346-3-joel@jms.id.au
[sboyd@kernel.org: Mark arrays const]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/Makefile
drivers/clk/clk-ast2600.c [new file with mode: 0644]
include/dt-bindings/clock/ast2600-clock.h [new file with mode: 0644]