[PATCH 2/5] dt-bindings: display/bridge: nwl-dsi: Document video_pll clock

From: Robert Chiras (OSS)
Date: Fri Aug 28 2020 - 07:32:08 EST


From: Robert Chiras <robert.chiras@xxxxxxx>

Add documentation for a new clock 'video_pll'.

Signed-off-by: Robert Chiras <robert.chiras@xxxxxxx>
---
Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml b/Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml
index 04099f5..8b5741b 100644
--- a/Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml
@@ -37,6 +37,8 @@ properties:
- description: TX_ESC clock (used in escape mode)
- description: PHY_REF clock
- description: LCDIF clock
+ - description: VIDEO_PLL clock (used to set the the PLL clock feeding both
+ phy_ref and DC pixel clock to a convenient rate)

clock-names:
items:
@@ -45,6 +47,7 @@ properties:
- const: tx_esc
- const: phy_ref
- const: lcdif
+ - const: video_pll

mux-controls:
description:
--
2.7.4