From patchwork Sun Aug 23 07:25:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 7056901 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3B69BC05AC for ; Sun, 23 Aug 2015 07:21:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 54339206FA for ; Sun, 23 Aug 2015 07:21:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5AEA3206F6 for ; Sun, 23 Aug 2015 07:21:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751242AbbHWHVJ (ORCPT ); Sun, 23 Aug 2015 03:21:09 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:36225 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750905AbbHWHVI (ORCPT ); Sun, 23 Aug 2015 03:21:08 -0400 Received: by pawq9 with SMTP id q9so81791496paw.3; Sun, 23 Aug 2015 00:21:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=0YUhO+dejZQbLJD0bVwCXO8iHXw0TxmXzH4YG6EchTA=; b=F80tU4eLlNsL7RgnYldQ4fjBmeVMGlZhfMnaYwIRoYrrNVIoUfBhX06LqIZ+7KcO0J nyzh6AI5JDSsPRhp0O6ItoPJZHW37ecwCPVfDEHkT65k3kDqynDlxh/y6x5N/mflINoR 3YVDPLHVyViex89fHl+IyNL9hORlnMl7YDpTCyXEQOpJBXcVOoBgL59Q89QW71Qa8imy QpUJyoV64UAxusdT1cZEQ6yOTW5+U5HwpmGFWWVxCg4gD7LQqSlrfgZ/hElMRENNN40q TcxnTYDhX5gFc8DRLHoA0voWH/DU0A3DHRHlxarHKxK0brgwFtlWtzI7g/7mJKLjiDZG 97Ag== X-Received: by 10.68.233.200 with SMTP id ty8mr33653352pbc.80.1440314468042; Sun, 23 Aug 2015 00:21:08 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by smtp.gmail.com with ESMTPSA id oe10sm13145326pbc.11.2015.08.23.00.21.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 23 Aug 2015 00:21:06 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, lorenzo.pieralisi@arm.com, keita.kobayashi.ym@renesas.com, horms@verge.net.au, geert@linux-m68k.org, laurent.pinchart@ideasonboard.com, Magnus Damm Date: Sun, 23 Aug 2015 16:25:11 +0900 Message-Id: <20150823072511.14156.61411.sendpatchset@little-apple> In-Reply-To: <20150823072427.14156.1960.sendpatchset@little-apple> References: <20150823072427.14156.1960.sendpatchset@little-apple> Subject: [PATCH v2 04/07] ARM: shmobile: Add APMU nodes to r8a7791 DTSI Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-8.0 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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: Magnus Damm Add an APMU DT node for the r8a7791 SoC and use the enable-method to point out that the APMU should be used for SMP support. Signed-off-by: Magnus Damm --- Changes from V1: - None arch/arm/boot/dts/r8a7791.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/arm/boot/dts/r8a7791.dtsi +++ work/arch/arm/boot/dts/r8a7791.dtsi 2015-08-23 15:42:10.522366518 +0900 @@ -42,6 +42,7 @@ cpus { #address-cells = <1>; #size-cells = <0>; + enable-method = "renesas,apmu"; cpu0: cpu@0 { device_type = "cpu"; @@ -69,6 +70,12 @@ }; }; + apmu@e6152000 { + compatible = "renesas,apmu-r8a7791", "renesas,apmu"; + reg = <0 0xe6152000 0 0x188>; + cpus = <&cpu0 &cpu1>; + }; + gic: interrupt-controller@f1001000 { compatible = "arm,gic-400"; #interrupt-cells = <3>;