From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755255AbeDCJHb convert rfc822-to-8bit (ORCPT ); Tue, 3 Apr 2018 05:07:31 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:51453 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751226AbeDCJH3 (ORCPT ); Tue, 3 Apr 2018 05:07:29 -0400 X-Google-Smtp-Source: AIpwx48cz6Xsm6NpasrJFnSSKYG91WqRV9LBMvrc0dKXClYUrYQbQVLMTewOQQvH11DfO7FA13ogaA== MIME-Version: 1.0 In-Reply-To: <20180403061836.3926-6-mylene.josserand@bootlin.com> References: <20180403061836.3926-1-mylene.josserand@bootlin.com> <20180403061836.3926-6-mylene.josserand@bootlin.com> From: Chen-Yu Tsai Date: Tue, 3 Apr 2018 17:07:06 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v5 05/13] ARM: dts: sun8i: Add R_CPUCFG device node for the A83T dtsi To: =?UTF-8?Q?Myl=C3=A8ne_Josserand?= Cc: Russell King , Maxime Ripard , Marc Zyngier , Mark Rutland , Rob Herring , devicetree , LABBE Corentin , quentin.schulz@bootlin.com, Thomas Petazzoni , linux-arm-kernel , linux-kernel Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 3, 2018 at 2:18 PM, Mylène Josserand wrote: > The R_CPUCFG is a collection of registers needed for SMP bringup > on clusters and cluster's reset. > For the moment, documentation about this register is found in > Allwinner's code only. > > Signed-off-by: Mylène Josserand > --- > arch/arm/boot/dts/sun8i-a83t.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi > index 32992afa0b12..85f14f4ebeed 100644 > --- a/arch/arm/boot/dts/sun8i-a83t.dtsi > +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi > @@ -933,6 +933,11 @@ > #reset-cells = <1>; > }; > > + r_cpucfg@1f01c00 { > + compatible = "allwinner,sun8i-a83t-r-cpucfg"; > + reg = <0x1f01c00 0x100>; The memory map says that its size is 0x400. ChenYu