[PATCH 01/33] dt-bindings: clock: ast2600: Add FSI clock

Eddie James posted 33 patches 1 year, 6 months ago
There is a newer version of this series
[PATCH 01/33] dt-bindings: clock: ast2600: Add FSI clock
Posted by Eddie James 1 year, 6 months ago
Add a definition for the FSI clock.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 include/dt-bindings/clock/ast2600-clock.h | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.39.3
Re: [PATCH 01/33] dt-bindings: clock: ast2600: Add FSI clock
Posted by Stephen Boyd 1 year, 6 months ago
Quoting Eddie James (2024-02-15 14:07:27)
> Add a definition for the FSI clock.
> 
> Signed-off-by: Eddie James <eajames@linux.ibm.com>
> ---

Applied to clk-next
Re: [PATCH 01/33] dt-bindings: clock: ast2600: Add FSI clock
Posted by Krzysztof Kozlowski 1 year, 6 months ago
On 15/02/2024 23:07, Eddie James wrote:
> Add a definition for the FSI clock.
> 
> Signed-off-by: Eddie James <eajames@linux.ibm.com>
> ---
>  include/dt-bindings/clock/ast2600-clock.h | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof