[PATCH] dt-bindings: bus: ti-sysc: fix typo

Mans Rullgard posted 1 patch 2 years, 7 months ago
Documentation/devicetree/bindings/bus/ti-sysc.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: bus: ti-sysc: fix typo
Posted by Mans Rullgard 2 years, 7 months ago
Fix typo (period vs comma) in list of valid clock names.

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 Documentation/devicetree/bindings/bus/ti-sysc.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/bus/ti-sysc.yaml b/Documentation/devicetree/bindings/bus/ti-sysc.yaml
index f089634f9466..6d7bca6c138e 100644
--- a/Documentation/devicetree/bindings/bus/ti-sysc.yaml
+++ b/Documentation/devicetree/bindings/bus/ti-sysc.yaml
@@ -97,7 +97,7 @@ properties:
       - enum: [ ick, fck, sys_clk ]
       - items:
           - const: fck
-          - enum: [ ick. dbclk, osc, sys_clk, dss_clk, ahclkx ]
+          - enum: [ ick, dbclk, osc, sys_clk, dss_clk, ahclkx ]
       - items:
           - const: fck
           - const: phy-clk
-- 
2.41.0
Re: [PATCH] dt-bindings: bus: ti-sysc: fix typo
Posted by Rob Herring 2 years, 7 months ago
On Tue, 20 Jun 2023 21:09:17 +0100, Mans Rullgard wrote:
> Fix typo (period vs comma) in list of valid clock names.
> 
> Signed-off-by: Mans Rullgard <mans@mansr.com>
> ---
>  Documentation/devicetree/bindings/bus/ti-sysc.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!
Re: [PATCH] dt-bindings: bus: ti-sysc: fix typo
Posted by Krzysztof Kozlowski 2 years, 7 months ago
On 20/06/2023 22:09, Mans Rullgard wrote:
> Fix typo (period vs comma) in list of valid clock names.
> 
> Signed-off-by: Mans Rullgard <mans@mansr.com>
> ---
>  Documentation/devicetree/bindings/bus/ti-sysc.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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

Best regards,
Krzysztof