Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757309Ab2JSKut (ORCPT ); Fri, 19 Oct 2012 06:50:49 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:41811 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751020Ab2JSKus (ORCPT ); Fri, 19 Oct 2012 06:50:48 -0400 From: Afzal Mohammed To: Benoit Cousson CC: , Afzal Mohammed , Russell King , Tony Lindgren , Rob Herring , Vaibhav Hiremath , Grant Likely , , Subject: [PATCH] arm/dts: am33xx rtc node Date: Fri, 19 Oct 2012 16:20:21 +0530 Message-ID: <1350643825-9657-1-git-send-email-afzal@ti.com> X-Mailer: git-send-email 1.7.12 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 988 Lines: 40 add am33xx rtc node. Signed-off-by: Afzal Mohammed --- Based on v3.7-rc1, Dependent on series "rtc: omap dt support (for am33xx)", (https://lkml.org/lkml/2012/10/19/163) Tested on Beagle Bone. arch/arm/boot/dts/am33xx.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index bb31bff..356711e 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -210,5 +210,14 @@ interrupt-parent = <&intc>; interrupts = <91>; }; + + rtc { + compatible = "ti,da830-rtc"; + ti,hwmods = "rtc"; + reg = <0x44e3e000 0x1000>; + interrupt-parent = <&intc>; + interrupts = <75 + 76>; + }; }; }; -- 1.7.12 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/