From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754364AbbCBSuO (ORCPT ); Mon, 2 Mar 2015 13:50:14 -0500 Received: from mail-ig0-f169.google.com ([209.85.213.169]:46725 "EHLO mail-ig0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752327AbbCBSuM (ORCPT ); Mon, 2 Mar 2015 13:50:12 -0500 From: Matt Porter To: Shawn Guo , Sascha Hauer Cc: Devicetree List , Linux ARM Kernel List , Linux Kernel Mailing List 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 { -- 1.8.4