diff options
author | Slark Xiao <slark_xiao@163.com> | 2022-07-21 04:17:46 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-07-21 22:14:27 +0300 |
commit | 12e5bde18d7f6ca4ee5fbd7c6f060d0674bf3237 (patch) | |
tree | 5ccaf6668ff6a9f7b56a0903ca6ab6b7f58ccffe /Documentation/devicetree/bindings/clock/ti | |
parent | fce43d8f75109dddcfa3870efca0b62750b929d7 (diff) | |
download | linux-12e5bde18d7f6ca4ee5fbd7c6f060d0674bf3237.tar.xz |
dt-bindings: Fix typo in comment
Fix typo in the comment
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220721011746.19663-1-slark_xiao@163.com
Diffstat (limited to 'Documentation/devicetree/bindings/clock/ti')
-rw-r--r-- | Documentation/devicetree/bindings/clock/ti/davinci/pll.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/ti/davinci/pll.txt b/Documentation/devicetree/bindings/clock/ti/davinci/pll.txt index 36998e184821..c9894538315b 100644 --- a/Documentation/devicetree/bindings/clock/ti/davinci/pll.txt +++ b/Documentation/devicetree/bindings/clock/ti/davinci/pll.txt @@ -15,7 +15,7 @@ Required properties: - for "ti,da850-pll1", shall be "clksrc" Optional properties: -- ti,clkmode-square-wave: Indicates that the the board is supplying a square +- ti,clkmode-square-wave: Indicates that the board is supplying a square wave input on the OSCIN pin instead of using a crystal oscillator. This property is only valid when compatible = "ti,da850-pll0". |