Skip to content

Commit

Permalink
dt-bindings: clock: ast2600: Add top-level I3C clock
Browse files Browse the repository at this point in the history
The ast2600 hardware has a top-level clock for all i3c controller
peripherals (then gated to each individual controller), so add a
top-level i3c clock line to control this.

This is a partial cherry-pick and rework of ed44b8cdfdb and 1a35eb926d7
from Aspeed's own tree, originally by Dylan Hung
<dylan_hung@aspeedtech.com>.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Link: https://lore.kernel.org/r/20230302005834.13171-3-jk@codeconstruct.com.au
Tested-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
Jeremy Kerr authored and Stephen Boyd committed Mar 6, 2023
1 parent f0dd78d commit 1038b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/dt-bindings/clock/ast2600-clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
#define ASPEED_CLK_MAC2RCLK 68
#define ASPEED_CLK_MAC3RCLK 69
#define ASPEED_CLK_MAC4RCLK 70
#define ASPEED_CLK_I3C 71

/* Only list resets here that are not part of a gate */
#define ASPEED_RESET_ADC 55
Expand Down

0 comments on commit 1038b69

Please sign in to comment.