From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH] arm64: dts: renesas: r8a77970: add SMP support Date: Tue, 8 May 2018 21:47:10 +0300 Message-ID: References: <14666252.G84Ipxe6EL@wasted.cogentembedded.com> <54dbd1d2-8279-5073-cffb-c647fba91e42@cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-MW List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Geert Uytterhoeven Cc: Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Magnus Damm , Catalin Marinas , Will Deacon , Rob Herring , Linux-Renesas , Simon Horman , Linux ARM List-Id: devicetree@vger.kernel.org On 05/08/2018 09:40 PM, Geert Uytterhoeven wrote: >> Add the device node for the second Cortex-A53 CPU core. >> >> Based on the original (and large) patch by Daisuke Matsushita >> . >> >> Signed-off-by: Vladimir Barinov >> Signed-off-by: Sergei Shtylyov > > Dupe of https://patchwork.kernel.org/patch/10032875/ Sorry! Not an exact dupe, though -- mine has clock/power #define's used, yours -- only bare #s. :-) > From series "[PATCH 0/2] arm64: dts: renesas: r8a77970: Add SMP Support" > (https://www.spinics.net/lists/linux-renesas-soc/msg19681.html) Hmm... what's the fate of this series? >> --- renesas.orig/arch/arm64/boot/dts/renesas/r8a77970.dtsi >> +++ renesas/arch/arm64/boot/dts/renesas/r8a77970.dtsi >> @@ -41,6 +41,16 @@ >> enable-method = "psci"; >> }; >> >> + a53_1: cpu@1 { >> + device_type = "cpu"; >> + compatible = "arm,cortex-a53","arm,armv8"; > > Missing space after the comma. Oops. :-) > Gr{oetje,eeting}s, > > Geert MBR, Sergei