Skip to content

Commit

Permalink
dt-bindings: clock: ast2600: remove IC36 & I3C7 clock definitions
Browse files Browse the repository at this point in the history
The current ast2600 clock definitions include entries for i3c6 and i3c7
devices, which don't exist: there are no clock control lines documented
for these, and only i3c devices 0 through 5 are present.

So, remove the definitions for I3C6 and I3C7. Although this is a
potential ABI-breaking change, there are no in-tree users of these, and
any references would be broken anyway, as the hardware doesn't exist.

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>.

Reviewed-by: Joel Stanley <joel@jms.id.au>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Link: https://lore.kernel.org/r/20230302005834.13171-5-jk@codeconstruct.com.au
Tested-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
jk-ozlabs authored and bebarino committed Mar 6, 2023
1 parent e9d2301 commit 1f15e04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/dt-bindings/clock/ast2600-clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
#define ASPEED_CLK_GATE_I3C3CLK 40
#define ASPEED_CLK_GATE_I3C4CLK 41
#define ASPEED_CLK_GATE_I3C5CLK 42
#define ASPEED_CLK_GATE_I3C6CLK 43
#define ASPEED_CLK_GATE_I3C7CLK 44

#define ASPEED_CLK_GATE_FSICLK 45

Expand Down

0 comments on commit 1f15e04

Please sign in to comment.