From patchwork Mon Oct 15 02:57:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1592021 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 3F29E40135 for ; Mon, 15 Oct 2012 02:59:05 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TNari-0007ge-2h; Mon, 15 Oct 2012 02:57:14 +0000 Received: from mail-pa0-f49.google.com ([209.85.220.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TNarf-0007gD-4E for linux-arm-kernel@lists.infradead.org; Mon, 15 Oct 2012 02:57:12 +0000 Received: by mail-pa0-f49.google.com with SMTP id bi5so4612411pad.36 for ; Sun, 14 Oct 2012 19:57:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=05loq/ISJVk9WQ9FG2A+ZiG5rmWZbGjrUAL4Yp8VYSU=; b=ODe/Kv8IXhQ+s0kLbO4TzSFGae6lUClogvzrkYZP6AfRAOQCUiXF/abdGxxi0LZoBM wUH78WC+Gkp2ttbWRD1ypxaBMSEpDX/R7UyMXbeTbT8eBe5GOU8YT66w5IQ+QvPrweLX wPEqrVdfSqM5lCaLhX1HERLHjIyYzmVQrziiLumbs1WtgZzFFILzkodEjcYjpG2m5LGj XHWxpCnBWpGMJ3PacOYHBwTekW/3XQswuFLWxmu73QI+L2DDrGbGJakpfRO/Oi2rWEEB gdvQVFRJttW9tSvqmFi6J2Ote9VmHE0DUw/7jtdNEtUpleF3JX6eh8SthZaJTlLXsVxv 15XQ== Received: by 10.68.226.167 with SMTP id rt7mr24604936pbc.94.1350269829461; Sun, 14 Oct 2012 19:57:09 -0700 (PDT) Received: from S2101-09.ap.freescale.net ([117.81.35.66]) by mx.google.com with ESMTPS id qv4sm6948516pbc.38.2012.10.14.19.57.06 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 14 Oct 2012 19:57:08 -0700 (PDT) From: Shawn Guo To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: dts: imx6q: enable snvs lp rtc Date: Mon, 15 Oct 2012 10:57:11 +0800 Message-Id: <1350269832-3902-1-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQkQObwlWjYvJxAUu+NAZDsrFGT3KPxX7Uch4X5NUfk4kt+x7wPQ/avFiWkcOGKjRzB1uwYX X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Shawn Guo X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Signed-off-by: Shawn Guo --- arch/arm/boot/dts/imx6q.dtsi | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index 663fb86..255f56b 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -505,8 +505,16 @@ }; snvs@020cc000 { - reg = <0x020cc000 0x4000>; - interrupts = <0 19 0x04 0 20 0x04>; + compatible = "fsl,sec-v4.0-mon", "simple-bus"; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0 0x020cc000 0x4000>; + + snvs-rtc-lp@34 { + compatible = "fsl,sec-v4.0-mon-rtc-lp"; + reg = <0x34 0x58>; + interrupts = <0 19 0x04 0 20 0x04>; + }; }; epit@020d0000 { /* EPIT1 */