From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michel Pollet Subject: [PATCH v2 3/3] ARM: dts: Renesas RZ/N1D SMP enable method Date: Tue, 17 Apr 2018 13:48:02 +0100 Message-ID: <1523969291-41756-4-git-send-email-michel.pollet@bp.renesas.com> References: <1523969291-41756-1-git-send-email-michel.pollet@bp.renesas.com> Return-path: In-Reply-To: <1523969291-41756-1-git-send-email-michel.pollet@bp.renesas.com> Sender: linux-kernel-owner@vger.kernel.org To: linux-renesas-soc@vger.kernel.org, Simon Horman Cc: phil.edworthy@renesas.com, Michel Pollet , Michel Pollet , Rob Herring , Mark Rutland , Magnus Damm , Russell King , Kevin Hilman , Andy Gross , Maxime Ripard , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Carlo Caione , Frank Rowand , Juri Lelli , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Add a special enable method for the second CA7 of the Renesas RZ/N1D (R9A06G032), as well as the default value for the "cpu-release-addr" property. Signed-off-by: Michel Pollet --- 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 23c56d7..170376d 100644 --- a/arch/arm/boot/dts/r9a06g032.dtsi +++ b/arch/arm/boot/dts/r9a06g032.dtsi @@ -33,6 +33,8 @@ device_type = "cpu"; compatible = "arm,cortex-a7"; reg = <1>; + enable-method = "renesas,r9a06g032-smp"; + cpu-release-addr = <0x4000c204>; }; }; -- 2.7.4