From patchwork Fri Jul 11 02:55:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Gerlach X-Patchwork-Id: 4529671 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 782A9BEEAA for ; Fri, 11 Jul 2014 02:58:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B627720179 for ; Fri, 11 Jul 2014 02:58:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 697A0201F4 for ; Fri, 11 Jul 2014 02:58:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752385AbaGKC5w (ORCPT ); Thu, 10 Jul 2014 22:57:52 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:60127 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752288AbaGKC5q (ORCPT ); Thu, 10 Jul 2014 22:57:46 -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 s6B2vPQV026879; Thu, 10 Jul 2014 21:57:25 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id s6B2vPIf024883; Thu, 10 Jul 2014 21:57:25 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.174.1; Thu, 10 Jul 2014 21:57:24 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id s6B2vONP032391; Thu, 10 Jul 2014 21:57:24 -0500 Received: from localhost (j-172-22-132-241.vpn.ti.com [172.22.132.241]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id s6B2vNt15887; Thu, 10 Jul 2014 21:57:23 -0500 (CDT) From: Dave Gerlach To: , CC: Paul Walmsley , Kevin Hilman , Tony Lindgren , Tero Kristo , Nishanth Menon , Russ Dill , Santosh Shilimkar , Daniel Mack , Suman Anna , Benoit Cousson , Dave Gerlach , Ohad Ben-Cohen Subject: [PATCH v4 07/11] ARM: dts: am33xx: Update wkup_m3 node Date: Thu, 10 Jul 2014 21:55:45 -0500 Message-ID: <1405047349-15101-8-git-send-email-d-gerlach@ti.com> X-Mailer: git-send-email 1.9.0 In-Reply-To: <1405047349-15101-1-git-send-email-d-gerlach@ti.com> References: <1405047349-15101-1-git-send-email-d-gerlach@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=-7.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 Allow interrupt for wkup_m3 to be set from DT, add regs for IPC regs to allow pm code to communicate with wkup_m3, and add data needed for mailbox channel. Signed-off-by: Dave Gerlach CC: Ohad Ben-Cohen CC: Benoit Cousson --- arch/arm/boot/dts/am33xx.dtsi | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 6f8f7cf..fe0cff5 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -736,10 +736,15 @@ wkup_m3: wkup_m3@44d00000 { compatible = "ti,am3353-wkup-m3"; - reg = <0x44d00000 0x4000 /* M3 UMEM */ - 0x44d80000 0x2000>; /* M3 DMEM */ + reg = <0x44d00000 0x4000 + 0x44d80000 0x2000 + 0x44e11324 0x0024>; + reg-names = "m3_umem", "m3_dmem", "ipc_regs"; + interrupts = <78>; ti,hwmods = "wkup_m3"; ti,no-reset-on-init; + mbox-names = "wkup_m3"; + mbox = <&mailbox &mbox_wkupm3>; }; elm: elm@48080000 {