From patchwork Mon Jul 23 12:06:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10540071 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F401F13BB for ; Mon, 23 Jul 2018 12:06:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E449928639 for ; Mon, 23 Jul 2018 12:06:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D90152863D; Mon, 23 Jul 2018 12:06:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 901EF28639 for ; Mon, 23 Jul 2018 12:06:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387919AbeGWNHe (ORCPT ); Mon, 23 Jul 2018 09:07:34 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:53389 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387854AbeGWNHe (ORCPT ); Mon, 23 Jul 2018 09:07:34 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id E48CE25BEDE; Mon, 23 Jul 2018 22:06:30 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1532347591; bh=O2wfQ2VF4thuHNmiN8fsNrmjc6XOz5ka3NupOKnytII=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WdQCL2Xoi81nwKEag+fCrCSE2YRtfdfc4epO/AWV/zjOEd2cBk0P8m9CFPc0y9WqA 5279zdfcI8rc26Qr7iT7D43/s0sz4yc2TMZd1YmSKsFcLX2au0/joxG4osc3r1puaK oHjgqMRm/1cZnlpeE+N2cZm4Nm2n/rWxS2kMCcQE= Received: by reginn.horms.nl (Postfix, from userid 7100) id 4E3F594079C; Mon, 23 Jul 2018 14:06:28 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Michel Pollet , Simon Horman Subject: [PATCH 6/8] ARM: dts: Renesas R9A06G032 SMP enable method Date: Mon, 23 Jul 2018 14:06:24 +0200 Message-Id: X-Mailer: git-send-email 2.11.0 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Michel Pollet Add a special enable method for the second CA7 of the R9A06G032 as well as the default value for the "cpu-release-addr" property. Signed-off-by: Michel Pollet Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm/boot/dts/r9a06g032.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/r9a06g032.dtsi b/arch/arm/boot/dts/r9a06g032.dtsi index 339d0958011e..afe29c95a006 100644 --- a/arch/arm/boot/dts/r9a06g032.dtsi +++ b/arch/arm/boot/dts/r9a06g032.dtsi @@ -29,6 +29,8 @@ compatible = "arm,cortex-a7"; reg = <1>; clocks = <&sysctrl 84>; + enable-method = "renesas,r9a06g032-smp"; + cpu-release-addr = <0 0x4000c204>; }; };