aboutsummaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/ast2600-clock.h
AgeCommit message (Collapse)AuthorFilesLines
2019-11-01dt-bindings: clock: Add AST2600 RMII RCLK gate definitionsAndrew Jeffery1-0/+4
The AST2600 has an explicit gate for the RMII RCLK for each of the four MACs. Signed-off-by: Andrew Jeffery <[email protected]> Reviewed-by: Joel Stanley <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
2019-09-06clk: Add support for AST2600 SoCJoel Stanley1-0/+113
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 <[email protected]> Link: https://lkml.kernel.org/r/[email protected] [[email protected]: Mark arrays const] Signed-off-by: Stephen Boyd <[email protected]>