From patchwork Fri Aug 16 12:21:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hebbar, Gururaja" X-Patchwork-Id: 2845629 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B929B9F2F6 for ; Fri, 16 Aug 2013 12:23:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A27D42020A for ; Fri, 16 Aug 2013 12:23:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6FE72202B8 for ; Fri, 16 Aug 2013 12:23:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755902Ab3HPMXL (ORCPT ); Fri, 16 Aug 2013 08:23:11 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:58134 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755842Ab3HPMXH (ORCPT ); Fri, 16 Aug 2013 08:23:07 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r7GCMC3g025770; Fri, 16 Aug 2013 07:22:12 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r7GCMCxx018918; Fri, 16 Aug 2013 07:22:12 -0500 Received: from dlelxv23.itg.ti.com (172.17.1.198) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.2.342.3; Fri, 16 Aug 2013 07:22:12 -0500 Received: from localhost.localdomain (dbdp20.itg.ti.com [172.24.170.38]) by dlelxv23.itg.ti.com (8.13.8/8.13.8) with ESMTP id r7GCLuH1025179; Fri, 16 Aug 2013 07:22:07 -0500 From: "Hebbar, Gururaja" To: , , , CC: , , , , , , , , , , , , Subject: [PATCH v4 2/2] ARM: dts: AM33XX: update rtc node compatibility Date: Fri, 16 Aug 2013 17:51:54 +0530 Message-ID: <1376655714-28947-3-git-send-email-gururaja.hebbar@ti.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1376655714-28947-1-git-send-email-gururaja.hebbar@ti.com> References: <1376655714-28947-1-git-send-email-gururaja.hebbar@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-9.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, 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 From: Hebbar Gururaja Since AM33xx RTC IP has RTC_IRQWAKEEN to support Alarm Wake-up, update the rtc compatible property to enable handling of this feature inside rtc-omap driver. Signed-off-by: Hebbar Gururaja CC: mark.rutland@arm.com --- Changes in V4: - No change. Changes in V3: - Instead of replacing the old matching string, add new matching compatible as 1st and maintain old compatible string for backwards compatibility Changes in V2: - Add new compatible to existing one so that when driver supports enhanced features of hardware, they are available to the user else the basic functionality still works :100644 100644 0aaf8ce... daeafa0... M arch/arm/boot/dts/am33xx.dtsi arch/arm/boot/dts/am33xx.dtsi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 0aaf8ce..daeafa0 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -317,7 +317,7 @@ }; rtc@44e3e000 { - compatible = "ti,da830-rtc"; + compatible = "ti,am3352-rtc", "ti,da830-rtc"; reg = <0x44e3e000 0x1000>; interrupts = <75 76>;