From patchwork Tue Sep 19 07:33:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 9958375 X-Patchwork-Delegate: agross@codeaurora.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 5A14C6056D for ; Tue, 19 Sep 2017 07:33:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7986328CF9 for ; Tue, 19 Sep 2017 07:33:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6E28228D1C; Tue, 19 Sep 2017 07:33:41 +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=ham 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 0F43828CF9 for ; Tue, 19 Sep 2017 07:33:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751343AbdISHdj (ORCPT ); Tue, 19 Sep 2017 03:33:39 -0400 Received: from lb3-smtp-cloud8.xs4all.net ([194.109.24.29]:48071 "EHLO lb3-smtp-cloud8.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750998AbdISHdi (ORCPT ); Tue, 19 Sep 2017 03:33:38 -0400 Received: from tschai.fritz.box ([212.251.195.8]) by smtp-cloud8.xs4all.net with ESMTPA id uD2BdX2qIb4gvuD2Gdk7lJ; Tue, 19 Sep 2017 09:33:36 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Cc: dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, Archit Taneja , linux-renesas-soc@vger.kernel.org, Lars-Peter Clausen , Hans Verkuil Subject: [PATCHv2 1/2] dt-bindings: adi,adv7511.txt: document cec clock Date: Tue, 19 Sep 2017 09:33:30 +0200 Message-Id: <20170919073331.29007-2-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20170919073331.29007-1-hverkuil@xs4all.nl> References: <20170919073331.29007-1-hverkuil@xs4all.nl> X-CMAE-Envelope: MS4wfCDqeevqaXAoRSX2/FaXRbZl3vavA+k7mhW0jPtYdl9y7Ib0TIpk5AQUPlNBpg8YgvHLzIqAzO8sTlNBAsZQHKt9tc6iHYxf9FXpFz/DvLoI0JY2seWn 1n2/i3IJP7zhbOEmzmsLpJlmv0A3KDidGQCkrvyooqaXW7MJk02fz+Rjx473AtHyqICuRbFgf5pvwrNfxfmkzYoNlk5PLqsBoAPA4ARQac8ao9pyVPoQrqIA okCog8g9wMGJca12Eoi8oFs2DUDQ8Wc/gJyi6znWMIdfXg2yyov3+XYxToNoHUYWWc+QXszVOxFMsvf6PTc99yyIQXjvA3paNqo9dAKWuuadXkO6AAVsEgIn qQ381Am28AsoXjnsWfL5iCOerk1CWQ== Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@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..4497ae054d49 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: handle to 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";