From patchwork Fri Oct 20 10:07:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 10019449 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 8DE7760211 for ; Fri, 20 Oct 2017 10:07:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7FB8628EDC for ; Fri, 20 Oct 2017 10:07:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 749D728EE1; Fri, 20 Oct 2017 10:07:44 +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 2CC4628EDC for ; Fri, 20 Oct 2017 10:07:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752421AbdJTKHl (ORCPT ); Fri, 20 Oct 2017 06:07:41 -0400 Received: from lb2-smtp-cloud8.xs4all.net ([194.109.24.25]:43838 "EHLO lb2-smtp-cloud8.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752305AbdJTKHh (ORCPT ); Fri, 20 Oct 2017 06:07:37 -0400 Received: from marune.fritz.box ([80.101.105.217]) by smtp-cloud8.xs4all.net with ESMTPA id 5UDGeaPs3g5cR5UDHenj9Z; Fri, 20 Oct 2017 12:07:35 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Cc: linux-rockchip@lists.infradead.org, Heiko Stuebner , Hans Verkuil Subject: [PATCH 3/4] arm: dts: rockchip: define the two possible CEC pins Date: Fri, 20 Oct 2017 12:07:33 +0200 Message-Id: <20171020100734.17064-4-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20171020100734.17064-1-hverkuil@xs4all.nl> References: <20171020100734.17064-1-hverkuil@xs4all.nl> X-CMAE-Envelope: MS4wfEJ4S45pTATW/In5mgLvj3+Kjkpfr/RWxTRY8TbY27YfFGz4ip48RmyzH2NyHR4B8/CdT7L5HZyZQm36r8N5CaoHcB5pAPeJoThXod16YOoh/6M2OJdU dIx8XbE24Ti59w3GpFYhvTXWVhZP1GwbuTxUSenFn/0TVqBfEc2a/OSE7S/YLcVDB0cRSdEXXdTdHuv/Z3dJkpUb17uN1NWyEEFDpTZnvIDmvD6DDja6ZycG Eda+5ffpTyuiT/428jJH5Dw+osj42cppTRMFeee00A53arrVTIAzGCeGm6Su36b+ Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Hans Verkuil The CEC line can be routed to two possible pins. Define those pins. Signed-off-by: Hans Verkuil --- arch/arm/boot/dts/rk3288.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index a48352aa1591..2421913bc1fd 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -1431,6 +1431,14 @@ rockchip,pins = <7 19 RK_FUNC_2 &pcfg_pull_none>, <7 20 RK_FUNC_2 &pcfg_pull_none>; }; + + hdmi_cec_c0: hdmi-cec-c0 { + rockchip,pins = <7 RK_PC0 RK_FUNC_2 &pcfg_pull_none>; + }; + + hdmi_cec_c7: hdmi-cec-c7 { + rockchip,pins = <7 RK_PC7 RK_FUNC_4 &pcfg_pull_none>; + }; }; pcfg_pull_up: pcfg-pull-up {