From patchwork Thu Feb 19 23:04:17 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Nelson X-Patchwork-Id: 5854081 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 113D0BF440 for ; Thu, 19 Feb 2015 23:07:04 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 45E922034B for ; Thu, 19 Feb 2015 23:07:03 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 76E3E2034A for ; Thu, 19 Feb 2015 23:07:02 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YOa9U-0002PW-Nx; Thu, 19 Feb 2015 23:05:00 +0000 Received: from mail-pd0-f170.google.com ([209.85.192.170]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YOa9R-0002Mw-Ha for linux-arm-kernel@lists.infradead.org; Thu, 19 Feb 2015 23:04:58 +0000 Received: by pdev10 with SMTP id v10so3162666pde.7 for ; Thu, 19 Feb 2015 15:04:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=WmDcYMtmrOVQ3z7oKRu9EF1p45VI8Q5E9rUL8IDbXyE=; b=RdI0ra9a9TWyuDMKrYneaLSl4ZrcfuOfL9UfZ509uLJ3JhrKHfKyRJEqamPkvfdACF bSDQa/S3HtQoHwwDVy+0qn8Zclyfw6Ci8JYFtaQiulnhng4FTA8QlLYwF8h5TE9KBYjt V+GlrUHurF+v5/Eg1XnzTIIMLmP1L1MZHs1EuEJTpsC8e74kPsXNSylt+qSMV/ivuTqR 5uHRjL/wqgHZru6RCz+8sWTx9rB62mtyF2IdMJDq5tK24nhFf+kNi9BQKArjaeU5kITO eHTUihignFfnULJZhMgIMRFv9J7CjbgFMBSw2tz+ZiLMvmiWBY1zJBvZiLIMr6plH5fb iKAA== X-Gm-Message-State: ALoCoQnws+WpqAKQr6G57AegbeIjQ90xNVeOvOITYY15apo7E1FrUnoizhOCUEDGotMEaYz5vTZs X-Received: by 10.70.140.162 with SMTP id rh2mr11477823pdb.131.1424387075001; Thu, 19 Feb 2015 15:04:35 -0800 (PST) Received: from ericsam.boundarydevices.com (wsip-70-184-93-199.ph.ph.cox.net. [70.184.93.199]) by mx.google.com with ESMTPSA id cq5sm22481740pbc.79.2015.02.19.15.04.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 Feb 2015 15:04:33 -0800 (PST) From: Eric Nelson To: devicetree@vger.kernel.org Subject: [PATCH] ARM: dts: imx6qdl-sabrelite: enable HDMI Date: Thu, 19 Feb 2015 16:04:17 -0700 Message-Id: <1424387057-5575-1-git-send-email-eric.nelson@boundarydevices.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150219_150457_618681_C54E9F3E X-CRM114-Status: UNSURE ( 8.02 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: mark.rutland@arm.com, linux@arm.linux.org.uk, pawel.moll@arm.com, ijc+devicetree@hellion.org.uk, Eric Nelson , troy.kisky@boundarydevices.com, robh+dt@kernel.org, kernel@pengutronix.de, galak@codeaurora.org, shawn.guo@linaro.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY 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 Enable HDMI channel and the I2C port it uses for DDC. Signed-off-by: Eric Nelson --- arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi index 0a36129..3bddc8f 100644 --- a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi @@ -173,6 +173,11 @@ status = "okay"; }; +&hdmi { + ddc-i2c-bus = <&i2c2>; + status = "okay"; +}; + &i2c1 { clock-frequency = <100000>; pinctrl-names = "default"; @@ -188,6 +193,13 @@ }; }; +&i2c2 { + clock-frequency = <100000>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_i2c2>; + status = "okay"; +}; + &iomuxc { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_hog>; @@ -265,6 +277,13 @@ >; }; + pinctrl_i2c2: i2c2grp { + fsl,pins = < + MX6QDL_PAD_KEY_COL3__I2C2_SCL 0x4001b8b1 + MX6QDL_PAD_KEY_ROW3__I2C2_SDA 0x4001b8b1 + >; + }; + pinctrl_pwm1: pwm1grp { fsl,pins = < MX6QDL_PAD_SD1_DAT3__PWM1_OUT 0x1b0b1