From patchwork Sun Jul 30 13:07:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 9870493 X-Patchwork-Delegate: horms@verge.net.au 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 7C6D86032A for ; Sun, 30 Jul 2017 13:15:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 72270285B0 for ; Sun, 30 Jul 2017 13:15:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6696D285B3; Sun, 30 Jul 2017 13:15:01 +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 141F1285B0 for ; Sun, 30 Jul 2017 13:15:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751065AbdG3NPA (ORCPT ); Sun, 30 Jul 2017 09:15:00 -0400 Received: from lb2-smtp-cloud7.xs4all.net ([194.109.24.28]:37437 "EHLO lb2-smtp-cloud7.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751360AbdG3NO7 (ORCPT ); Sun, 30 Jul 2017 09:14:59 -0400 X-Greylist: delayed 425 seconds by postgrey-1.27 at vger.kernel.org; Sun, 30 Jul 2017 09:14:53 EDT Received: from tschai.lan ([212.251.195.8]) by smtp-cloud7.xs4all.net with ESMTPA id bnwidChIOfjgxbnwnd2YGj; Sun, 30 Jul 2017 15:07:53 +0200 Received: from tschai.fritz.box (tschai [192.168.2.10]) by tschai.lan (Postfix) with ESMTPSA id 1D6C2180634; Sun, 30 Jul 2017 15:07:44 +0200 (CEST) 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, devicetree@vger.kernel.org, Lars-Peter Clausen , Hans Verkuil Subject: [PATCH 2/4] arm: dts: qcom: add cec clock for apq8016 board Date: Sun, 30 Jul 2017 15:07:41 +0200 Message-Id: <20170730130743.19681-3-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20170730130743.19681-1-hverkuil@xs4all.nl> References: <20170730130743.19681-1-hverkuil@xs4all.nl> X-CMAE-Envelope: MS4wfB0A7lpfVYIFkBURlzyTn1MCsUUjKCp/5BL2cDiXTqx/7NjDR3ptPsi16o3QsOMvHNAhrzR7Es0pg+V7493hGpQenAkIxo7b1tujwqhahl+4vpI2wVWC UHGVR+ByUGD+S2+nq/Q9GklmNk50wj8Je8X5eoTprPWYfJnPYWcL8G6iy6peURszScNZI39YO5AUck4eWn4sQMUYlGxYFQonzxfYwQc66di2etZ2PVGhvtHd pa0k/aWsoKYbDbgFydOQfzbhiSbbtciKhxcnH5+MDhvg9tX+phiUkSRTm+5F5TC3ls+x9JSb/2dyJfiUkPGwwATIp9oRMO5BPtDVxNTLsE9fzOuDmB86ipAl d5pmgq8JEWL3pEagfdcgCWckOXy6oNSSA3R7yQSFbioeNiEiuKVTgGbCFjMjKDVGdcjGXM0rHqKF7JHL32iSxYHidAMMBHuJV5eqetS1JDq6jwEb5ePfP/j1 VeTxGWvcQsbQRDvzpDbTYLdKmDHw5uzywpWAOJP9ic07SbMxt9yNCYuIPa4= 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 The adv7533 on this board needs a cec clock. Hook it up in the dtsi to enable CEC for the HDMI transmitters. Signed-off-by: Hans Verkuil --- arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi index eb513d625562..475d92d165ca 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi @@ -88,6 +88,8 @@ interrupts = <31 2>; adi,dsi-lanes = <4>; + clocks = <&rpmcc RPM_SMD_BB_CLK2>; + clock-names = "cec"; pd-gpios = <&msmgpio 32 0>;