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: 9991279 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 7881360244 for ; Sat, 7 Oct 2017 10:47:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 68CD22897C for ; Sat, 7 Oct 2017 10:47:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5DFEF28A42; Sat, 7 Oct 2017 10:47:10 +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=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 0D36228AF3 for ; Sat, 7 Oct 2017 10:47:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 306376E2AF; Sat, 7 Oct 2017 10:47:06 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from lb2-smtp-cloud9.xs4all.net (lb2-smtp-cloud9.xs4all.net [194.109.24.26]) by gabe.freedesktop.org (Postfix) with ESMTPS id 07D586E14E for ; Sat, 7 Oct 2017 10:47:03 +0000 (UTC) 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 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== Cc: Sergei Shtylyov , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, Hans Verkuil X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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";