From patchwork Sat Oct 7 10:46:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 9991285 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D7BC160244 for ; Sat, 7 Oct 2017 10:47:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C934028967 for ; Sat, 7 Oct 2017 10:47:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BD92328A42; Sat, 7 Oct 2017 10:47:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1FD4628967 for ; Sat, 7 Oct 2017 10:47:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751374AbdJGKrG (ORCPT ); Sat, 7 Oct 2017 06:47:06 -0400 Received: from lb3-smtp-cloud9.xs4all.net ([194.109.24.30]:36607 "EHLO lb3-smtp-cloud9.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750974AbdJGKrD (ORCPT ); Sat, 7 Oct 2017 06:47:03 -0400 Received: from marune.fritz.box ([80.101.105.217]) by smtp-cloud9.xs4all.net with ESMTPA id 0mdHeSjIznIXb0mdJeVmbU; Sat, 07 Oct 2017 12:47:02 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Cc: dri-devel@lists.freedesktop.org, Archit Taneja , linux-renesas-soc@vger.kernel.org, Lars-Peter Clausen , Sergei Shtylyov , Hans Verkuil Subject: [PATCHv3 1/2] dt-bindings: adi,adv7511.txt: document cec clock Date: Sat, 7 Oct 2017 12:46:57 +0200 Message-Id: <20171007104658.14528-2-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20171007104658.14528-1-hverkuil@xs4all.nl> References: <20171007104658.14528-1-hverkuil@xs4all.nl> X-CMAE-Envelope: MS4wfD+fT9PTEh0x/dTfQk68WbOkb2tRx0IHte2S5FBjXLOSbShOdlwd0XnVZ9X3AF/z9uc0Jtg78kyYnuBqwalftOiqVkTK3D+PTp/SsPvwJlqN9tmx83wC XwhL9LE6sllAhjuCqLbYtCsC6eTTqLkDSeSJe4tUy2Yv+/h3Pds7hdpsY/OtyN/gfdc3SoBiyjCL6J9+SNV7+AvnTxYACkcMQ5RWYsmjEXy6jVulyOTwUa8c A9jpbVKqZ35Am6tn+w0oDPJ6oz4UqPKlQZ8+5BQZs3XqlnftAnNJb7vjRL5VjoEqDMOarf9Xoz41g9ZF30IHqW+nNIMvcxnwhp+btI6Y4uMg4creSa/3+ZHj RRL+PgukcMkpdWkdOpQC5OegnqP8jQ== Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Hans Verkuil Document the cec clock binding. Signed-off-by: Hans Verkuil Acked-by: Rob Herring --- Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt | 4 ++++ 1 file changed, 4 insertions(+) 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";