diff options
author | Jeremy Kerr <jk@codeconstruct.com.au> | 2023-03-02 08:58:34 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-03-06 14:11:35 -0800 |
commit | ced8a02b3452291171e9988a3c862c56e1628a1d (patch) | |
tree | e46147f621e607014b84fd03bb634156b5895447 | |
parent | 1ef491e29cdb26ca60898bc2c853a944d7fe1117 (diff) | |
download | lwn-ced8a02b3452291171e9988a3c862c56e1628a1d.tar.gz lwn-ced8a02b3452291171e9988a3c862c56e1628a1d.zip |
dt-bindings: clock: ast2600: Expand comment on reset definitions
The current "not part of a gate" is a little ambiguous. Expand this a
little to clarify the reference to the paired clock + reset control.
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Link: https://lore.kernel.org/r/20230302005834.13171-7-jk@codeconstruct.com.au
Reviewed-by: Joel Stanley <joel@jms.id.au>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tested-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r-- | include/dt-bindings/clock/ast2600-clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/ast2600-clock.h b/include/dt-bindings/clock/ast2600-clock.h index b4d69103d722..e149eee61588 100644 --- a/include/dt-bindings/clock/ast2600-clock.h +++ b/include/dt-bindings/clock/ast2600-clock.h @@ -87,7 +87,7 @@ #define ASPEED_CLK_MAC4RCLK 70 #define ASPEED_CLK_I3C 71 -/* Only list resets here that are not part of a gate */ +/* Only list resets here that are not part of a clock gate + reset pair */ #define ASPEED_RESET_ADC 55 #define ASPEED_RESET_JTAG_MASTER2 54 #define ASPEED_RESET_I3C_DMA 39 |