Commit e8b4858b authored by Mans Rullgard's avatar Mans Rullgard Committed by Rob Herring

dt-bindings: bus: ti-sysc: fix typo

Fix typo (period vs comma) in list of valid clock names.
Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230620200917.24958-1-mans@mansr.comSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 4cea2821
...@@ -97,7 +97,7 @@ properties: ...@@ -97,7 +97,7 @@ properties:
- enum: [ ick, fck, sys_clk ] - enum: [ ick, fck, sys_clk ]
- items: - items:
- const: fck - const: fck
- enum: [ ick. dbclk, osc, sys_clk, dss_clk, ahclkx ] - enum: [ ick, dbclk, osc, sys_clk, dss_clk, ahclkx ]
- items: - items:
- const: fck - const: fck
- const: phy-clk - const: phy-clk
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment