From patchwork Mon Mar 2 18:50:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Porter X-Patchwork-Id: 5916781 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 E3242BF440 for ; Mon, 2 Mar 2015 18:52:41 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2C505201CD for ; Mon, 2 Mar 2015 18:52:41 +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 1942520165 for ; Mon, 2 Mar 2015 18:52:40 +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 1YSVQN-0002MC-BO; Mon, 02 Mar 2015 18:50:39 +0000 Received: from mail-ig0-f172.google.com ([209.85.213.172]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YSVQJ-0002GF-87 for linux-arm-kernel@lists.infradead.org; Mon, 02 Mar 2015 18:50:36 +0000 Received: by igdh15 with SMTP id h15so19864677igd.4 for ; Mon, 02 Mar 2015 10:50:11 -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=EnGhok5gvQUhkI1vtl8/15DNvAVIJTmTRAXToe0pHis=; b=bPpdgAGqzzNrnVb5a7PBZe0nLoBlq+st35/2UxB8UxhGqF6SNgIlYEMeIO94bvJeQ8 7zXta1Qx9aCajSeYBFBHhss9TE/Ubzjbl3vgJU83oRtmEqx0NSWPqsgvWiGIcoHMey+V DXR41uHOZL5u9BXO/SMpvtILDV6SxbiAo4op+V81q1QhsYhrpCeCN1AUHxkqMI+L5F+q ug00d3f/P1b8fniY3Q3IL91qTTzocfbhsgg8gA42mP1jxbMUwutI0aK83XbleXKo6Gub jWNbMpXV76uJWZI+zPFVpZJ8kUy70rbO07XAuxOw7wQ6b9FxHBdaIcst2DvZwLY1ofDp D4mw== X-Gm-Message-State: ALoCoQlmZHzk1aOwL4aK2cV4M0rOFvLyU30drKbzTgIQzl1gfl3S627i4G4ZT60OZsxdu6kJ3QMU X-Received: by 10.50.18.49 with SMTP id t17mr24295033igd.3.1425322211368; Mon, 02 Mar 2015 10:50:11 -0800 (PST) Received: from beef.ohporter.com (cpe-107-10-23-53.neo.res.rr.com. [107.10.23.53]) by mx.google.com with ESMTPSA id c76sm8395503ioc.16.2015.03.02.10.50.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Mar 2015 10:50:10 -0800 (PST) From: Matt Porter To: Shawn Guo , Sascha Hauer Subject: [PATCH] ARM: dts: hummingboard: enable pcf8523 rtc for i2eX Date: Mon, 2 Mar 2015 13:50:06 -0500 Message-Id: <1425322206-30115-1-git-send-email-mporter@konsulko.com> X-Mailer: git-send-email 1.8.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150302_105035_346972_82B90AB9 X-CRM114-Status: UNSURE ( 9.36 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.3 (/) Cc: Devicetree List , Linux Kernel Mailing List , Linux ARM Kernel List 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 The PCF8523 RTC is populated on the i2eX boards so enable the i2c1 controller and enable the device on that bus. Signed-off-by: Matt Porter --- arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi index 62841e8..38ebba9 100644 --- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi +++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi @@ -73,18 +73,15 @@ }; &i2c1 { + clock-frequency = <400000>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_hummingboard_i2c1>; - - /* - * Not fitted on Carrier-1 board... yet status = "okay"; rtc: pcf8523@68 { compatible = "nxp,pcf8523"; reg = <0x68>; }; - */ }; &i2c2 {