From patchwork Thu Nov 12 12:21:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hans Verkuil (hansverk)" X-Patchwork-Id: 7601811 Return-Path: X-Original-To: patchwork-linux-input@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 5727D9F1C2 for ; Thu, 12 Nov 2015 12:32:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7538B20767 for ; Thu, 12 Nov 2015 12:32:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8FA612074A for ; Thu, 12 Nov 2015 12:32:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752894AbbKLMcM (ORCPT ); Thu, 12 Nov 2015 07:32:12 -0500 Received: from aer-iport-2.cisco.com ([173.38.203.52]:17057 "EHLO aer-iport-2.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753058AbbKLMcK (ORCPT ); Thu, 12 Nov 2015 07:32:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=848; q=dns/txt; s=iport; t=1447331530; x=1448541130; h=from:to:cc:subject:date:message-id; bh=H/w+gxxJCizf6EhVPxrBChL25fOY6LnegJoED8c8UbI=; b=aiw226rjEhev0MexQoNFc4DpxMBXT3rCvL20ss+/ZUjz+XYIG4O7ZJO2 kMndk/sSUayfOBU8pwBh85r8Cygunt4FiFpz1TeUjDWymldezRQStCGUr 8PdYt8WMx08dQdxMfghSMV0QnIYbb0o9/aqHQDB3gY1eMUunjA6kHjJTg 4=; X-IronPort-AV: E=Sophos;i="5.20,281,1444694400"; d="scan'208";a="612758192" Received: from aer-iport-nat.cisco.com (HELO aer-core-4.cisco.com) ([173.38.203.22]) by aer-iport-2.cisco.com with ESMTP; 12 Nov 2015 12:21:58 +0000 Received: from cobaltpc1.rd.cisco.com ([10.47.79.222]) by aer-core-4.cisco.com (8.14.5/8.14.5) with ESMTP id tACCLvM3009470; Thu, 12 Nov 2015 12:21:58 GMT From: Hans Verkuil To: linux-media@vger.kernel.org Cc: dri-devel@lists.freedesktop.org, linux-input@vger.kernel.org, linux-samsung-soc@vger.kernel.org, lars@opdenkamp.eu, linux@arm.linux.org.uk, Kamil Debski , Hans Verkuil Subject: [PATCHv10 03/16] dts: exynos4412-odroid*: enable the HDMI CEC device Date: Thu, 12 Nov 2015 13:21:32 +0100 Message-Id: <7ef1997ed75b7085261f46ee88d292099b4e2f15.1447329279.git.hansverk@cisco.com> X-Mailer: git-send-email 2.6.2 In-Reply-To: References: In-Reply-To: References: Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Spam-Status: No, score=-14.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY, USER_IN_DEF_DKIM_WL autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Kamil Debski Add a dts node entry and enable the HDMI CEC device present in the Exynos4 family of SoCs. Signed-off-by: Kamil Debski Signed-off-by: Hans Verkuil Acked-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos4210-universal_c210.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210-universal_c210.dts b/arch/arm/boot/dts/exynos4210-universal_c210.dts index eb37952..5c4393d 100644 --- a/arch/arm/boot/dts/exynos4210-universal_c210.dts +++ b/arch/arm/boot/dts/exynos4210-universal_c210.dts @@ -222,6 +222,10 @@ enable-active-high; }; + cec@100B0000 { + status = "okay"; + }; + hdmi_ddc: i2c-ddc { compatible = "i2c-gpio"; gpios = <&gpe4 2 0 &gpe4 3 0>;