diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-10-07 12:46:57 +0200 |
---|---|---|
committer | Archit Taneja <architt@codeaurora.org> | 2017-10-09 16:16:37 +0530 |
commit | c78ae068de3c927e195f1628239bc701f8b5f402 (patch) | |
tree | 2ff74bc6b3e7fbb393e0a2544a4b33c0902b4aa4 | |
parent | 2e187b2099034a292182ac88214d4e19d4b9b67e (diff) |
dt-bindings: adi,adv7511.txt: document cec clock
Document the cec clock binding.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20171007104658.14528-2-hverkuil@xs4all.nl
-rw-r--r-- | Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt b/Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt index 06668bca7ffc..0047b1394c70 100644 --- a/Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt +++ b/Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt @@ -68,6 +68,8 @@ Optional properties: - adi,disable-timing-generator: Only for ADV7533. Disables the internal timing generator. The chip will rely on the sync signals in the DSI data lanes, rather than generate its own timings for HDMI output. +- clocks: from common clock binding: reference to the CEC clock. +- clock-names: from common clock binding: must be "cec". Required nodes: @@ -89,6 +91,8 @@ Example reg = <39>; interrupt-parent = <&gpio3>; interrupts = <29 IRQ_TYPE_EDGE_FALLING>; + clocks = <&cec_clock>; + clock-names = "cec"; adi,input-depth = <8>; adi,input-colorspace = "rgb"; |