Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mans Rullgard and committed by
Rob Herring
e8b4858b 4cea2821

+1 -1
+1 -1
Documentation/devicetree/bindings/bus/ti-sysc.yaml
··· 97 97 - enum: [ ick, fck, sys_clk ] 98 98 - items: 99 99 - const: fck 100 - - enum: [ ick. dbclk, osc, sys_clk, dss_clk, ahclkx ] 100 + - enum: [ ick, dbclk, osc, sys_clk, dss_clk, ahclkx ] 101 101 - items: 102 102 - const: fck 103 103 - const: phy-clk