diff options
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | 2022-12-23 02:10:10 +0000 |
---|---|---|
committer | Abhinav Kumar <quic_abhinavk@quicinc.com> | 2023-01-05 13:39:08 -0800 |
commit | 654ffe4b793b42ed6b5909daff0b91809916d94e (patch) | |
tree | 39233f29eb8a1d41dc08af65e85e17ba29f347cf /Documentation | |
parent | a6f033938beb31f893302a93f83ec0b6460c6cac (diff) | |
download | linux-stable-654ffe4b793b42ed6b5909daff0b91809916d94e.tar.gz linux-stable-654ffe4b793b42ed6b5909daff0b91809916d94e.tar.bz2 linux-stable-654ffe4b793b42ed6b5909daff0b91809916d94e.zip |
dt-bindings: msm: dsi-controller-main: Fix description of core clock
There's a typo in describing the core clock as an 'escape' clock. The
accurate description is 'core'.
Fixes: 4dbe55c97741 ("dt-bindings: msm: dsi: add yaml schemas for DSI bindings")
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/515938/
Link: https://lore.kernel.org/r/20221223021025.1646636-4-bryan.odonoghue@linaro.org
Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml index 8ba61fef576a..6e2fd6e9fa7f 100644 --- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml +++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml @@ -32,7 +32,7 @@ properties: - description: Display byte clock - description: Display byte interface clock - description: Display pixel clock - - description: Display escape clock + - description: Display core clock - description: Display AHB clock - description: Display AXI clock |