From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753060AbaFRPn5 (ORCPT ); Wed, 18 Jun 2014 11:43:57 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:56148 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751390AbaFRPnz (ORCPT ); Wed, 18 Jun 2014 11:43:55 -0400 From: Felipe Balbi To: Benoit Cousson CC: , , Tony Lindgren , , Rajendra Nayak , Nishanth Menon , , , Linux Kernel Mailing List , Linux ARM Kernel Mailing List , Linux OMAP Mailing List , Felipe Balbi Subject: [PATCH v2 1/2] arm: dts: am4372: let boards enable RTC and Watchdog Date: Wed, 18 Jun 2014 10:43:19 -0500 Message-ID: <1403106200-777-2-git-send-email-balbi@ti.com> X-Mailer: git-send-email 2.0.0.rc1 In-Reply-To: <1403106200-777-1-git-send-email-balbi@ti.com> References: <1403106200-777-1-git-send-email-balbi@ti.com> 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 by providing phandles to rtc and wdt nodes, we can let boards enable rtc and wdt as necessary. Signed-off-by: Felipe Balbi --- arch/arm/boot/dts/am4372.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 49fa596..e3830d4 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -270,7 +270,7 @@ ti,hwmods = "counter_32k"; }; - rtc@44e3e000 { + rtc: rtc@44e3e000 { compatible = "ti,am4372-rtc","ti,da830-rtc"; reg = <0x44e3e000 0x1000>; interrupts = ; interrupts = ; -- 2.0.0.rc1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Subject: [PATCH v2 1/2] arm: dts: am4372: let boards enable RTC and Watchdog Date: Wed, 18 Jun 2014 10:43:19 -0500 Message-ID: <1403106200-777-2-git-send-email-balbi@ti.com> References: <1403106200-777-1-git-send-email-balbi@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1403106200-777-1-git-send-email-balbi@ti.com> Sender: linux-omap-owner@vger.kernel.org To: Benoit Cousson Cc: robh+dt@kernel.org, galak@codeaurora.org, Tony Lindgren , linux@arm.linux.org.uk, Rajendra Nayak , Nishanth Menon , r.sricharan@ti.com, devicetree@vger.kernel.org, Linux Kernel Mailing List , Linux ARM Kernel Mailing List , Linux OMAP Mailing List , Felipe Balbi List-Id: devicetree@vger.kernel.org by providing phandles to rtc and wdt nodes, we can let boards enable rtc and wdt as necessary. Signed-off-by: Felipe Balbi --- arch/arm/boot/dts/am4372.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 49fa596..e3830d4 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -270,7 +270,7 @@ ti,hwmods = "counter_32k"; }; - rtc@44e3e000 { + rtc: rtc@44e3e000 { compatible = "ti,am4372-rtc","ti,da830-rtc"; reg = <0x44e3e000 0x1000>; interrupts = ; interrupts = ; -- 2.0.0.rc1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: balbi@ti.com (Felipe Balbi) Date: Wed, 18 Jun 2014 10:43:19 -0500 Subject: [PATCH v2 1/2] arm: dts: am4372: let boards enable RTC and Watchdog In-Reply-To: <1403106200-777-1-git-send-email-balbi@ti.com> References: <1403106200-777-1-git-send-email-balbi@ti.com> Message-ID: <1403106200-777-2-git-send-email-balbi@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org by providing phandles to rtc and wdt nodes, we can let boards enable rtc and wdt as necessary. Signed-off-by: Felipe Balbi --- arch/arm/boot/dts/am4372.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 49fa596..e3830d4 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -270,7 +270,7 @@ ti,hwmods = "counter_32k"; }; - rtc at 44e3e000 { + rtc: rtc at 44e3e000 { compatible = "ti,am4372-rtc","ti,da830-rtc"; reg = <0x44e3e000 0x1000>; interrupts = ; interrupts = ; -- 2.0.0.rc1