Skip to content

Commit e8b4858

Browse files
mansrrobherring
authored andcommitted
dt-bindings: bus: ti-sysc: fix typo
Fix typo (period vs comma) in list of valid clock names. Signed-off-by: Mans Rullgard <mans@mansr.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230620200917.24958-1-mans@mansr.com Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 4cea282 commit e8b4858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/bus/ti-sysc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ properties:
9797
- enum: [ ick, fck, sys_clk ]
9898
- items:
9999
- const: fck
100-
- enum: [ ick. dbclk, osc, sys_clk, dss_clk, ahclkx ]
100+
- enum: [ ick, dbclk, osc, sys_clk, dss_clk, ahclkx ]
101101
- items:
102102
- const: fck
103103
- const: phy-clk

0 commit comments

Comments
 (0)