From patchwork Wed Apr 28 13:25:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 12228757 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33279C433ED for ; Wed, 28 Apr 2021 13:26:05 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C7A2E61151 for ; Wed, 28 Apr 2021 13:26:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C7A2E61151 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xs4all.nl Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E7FE86EB3F; Wed, 28 Apr 2021 13:26:00 +0000 (UTC) Received: from lb3-smtp-cloud9.xs4all.net (lb3-smtp-cloud9.xs4all.net [194.109.24.30]) by gabe.freedesktop.org (Postfix) with ESMTPS id AE79F6EB38 for ; Wed, 28 Apr 2021 13:25:52 +0000 (UTC) Received: from cust-b5b5937f ([IPv6:fc0c:c16d:66b8:757f:c639:739b:9d66:799d]) by smtp-cloud9.xs4all.net with ESMTPA id bkCIlVh38k1MGbkCMlOQ2U; Wed, 28 Apr 2021 15:25:51 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xs4all.nl; s=s2; t=1619616351; bh=KLcMtNu/PFd88iBei8ARghAUq5qJBNqCP6cfIKCdetU=; h=From:To:Subject:Date:Message-Id:MIME-Version:From:Subject; b=GRr6xbBVTR6rrfZ6enGaYHDrmngDyvrjrrfsobfUBlMPeOMza/4XBYqmIsS/HfXqC VRWZuQrlk+x7nptnNer1Yop7+nXr4Dbsh2wdG7M+2yd8pbg0WZy9yMpKCGnVrMrJjt 3KA4MP0Ug6On3XzpL2XLKbipzIwl5mntzvJ772zDSzzfFQO9rmAE87M0nJhiG0U6yn lVAJYsM2evzwBoo/sOEzyf2fgjgpCsOhfMt0AGebeC+qOiQ1eI35nLhnp9QmLUDrv4 l5laTCvEasHljvYun/0OCu+hPyVshd0cWUlmwroMTY2/ZCmvRlmGdvpim5jtMB82fK +tGtL/KWjUYwg== From: Hans Verkuil To: linux-media@vger.kernel.org Subject: [PATCHv3 4/6] dt-bindings: display: ti: ti, omap5-dss.txt: add cec clock Date: Wed, 28 Apr 2021 15:25:43 +0200 Message-Id: <20210428132545.1205162-5-hverkuil-cisco@xs4all.nl> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210428132545.1205162-1-hverkuil-cisco@xs4all.nl> References: <20210428132545.1205162-1-hverkuil-cisco@xs4all.nl> MIME-Version: 1.0 X-CMAE-Envelope: MS4xfNLevcGa/vJcvtKdvEIiHy92QMBtnAfp4gJ5oaF5BD04x2mRHL2FhkBxrDLGL/QF5SPbt8HI0K+xfQ1Qw3yCultLrCTAHCKvOnCJ77XntJwkqGsYDCER sMdKdN4TwFN5jWYmh59ASlv4AsdunMo/Tw/wcTMkv1VviAxbNdZRIVtizp5q+ii3T7AUEzGTXdU9LyWXPfQwTk7PwC78VhJvefNWXf96Cqh1H9ykgmGJIAMk UFKKwhowjHKq3M+V4NTGQ+/coSmdnDKFW6T3bwipMS5TOp/mXHgslRevRPpMEIKIsv3/vOKo/2kbnxNQhiaFT2/olOcfVL6jpmeti3N+siiZ0CD3IkUsLCO/ mwL2SzB/3v6y1mNLbY+IPOUtPq9wbku7jKsmbgOUHCUhg3gUf2SgLZCUcE8D6C8VqsctMHXhVQwhcD9VdDZE8QKXsLbNRA== X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , Tomi Valkeinen , dri-devel@lists.freedesktop.org, Laurent Pinchart , Hans Verkuil Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" The cec clock is required as well in order to support HDMI CEC, document this. Signed-off-by: Hans Verkuil Reviewed-by: Tomi Valkeinen Acked-by: Rob Herring --- Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt b/Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt index 20861218649f..c321c67472f0 100644 --- a/Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt +++ b/Documentation/devicetree/bindings/display/ti/ti,omap5-dss.txt @@ -89,8 +89,8 @@ Required properties: - interrupts: the HDMI interrupt line - ti,hwmods: "dss_hdmi" - vdda-supply: vdda power supply -- clocks: handles to fclk and pll clock -- clock-names: "fck", "sys_clk" +- clocks: handles to fclk, pll and cec clock +- clock-names: "fck", "sys_clk", "cec" Optional nodes: - Video port for HDMI output