diff options
author | Eddie James <eajames@linux.ibm.com> | 2024-02-15 16:07:27 -0600 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2024-02-21 21:45:45 -0800 |
commit | 692678b69cd61485ad831539b9f0bdf562406729 (patch) | |
tree | a0a35dbac17c6857f44948333586fca6c6d158e9 /include/dt-bindings | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) | |
download | lwn-692678b69cd61485ad831539b9f0bdf562406729.tar.gz lwn-692678b69cd61485ad831539b9f0bdf562406729.zip |
dt-bindings: clock: ast2600: Add FSI clock
Add a definition for the FSI clock.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240215220759.976998-2-eajames@linux.ibm.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/ast2600-clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/ast2600-clock.h b/include/dt-bindings/clock/ast2600-clock.h index 712782177c90..7ae96c7bd72f 100644 --- a/include/dt-bindings/clock/ast2600-clock.h +++ b/include/dt-bindings/clock/ast2600-clock.h @@ -86,6 +86,7 @@ #define ASPEED_CLK_MAC3RCLK 69 #define ASPEED_CLK_MAC4RCLK 70 #define ASPEED_CLK_I3C 71 +#define ASPEED_CLK_FSI 72 /* Only list resets here that are not part of a clock gate + reset pair */ #define ASPEED_RESET_ADC 55 |