From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754947AbeDCGpv convert rfc822-to-8bit (ORCPT ); Tue, 3 Apr 2018 02:45:51 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:32909 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753142AbeDCGpt (ORCPT ); Tue, 3 Apr 2018 02:45:49 -0400 X-Google-Smtp-Source: AIpwx4+uOu/m8Y2F8NNC4uhoVL+eUAs2qK2t5yTK72ivOVMCsLqeQTwRgyoV5Vg8ZWndbU1sK1nN2w== MIME-Version: 1.0 In-Reply-To: <20180403061836.3926-5-mylene.josserand@bootlin.com> References: <20180403061836.3926-1-mylene.josserand@bootlin.com> <20180403061836.3926-5-mylene.josserand@bootlin.com> From: Chen-Yu Tsai Date: Tue, 3 Apr 2018 14:45:26 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v5 04/13] ARM: dts: sun8i: Add CPUCFG device node for 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: > As we found in sun9i-a80, CPUCFG is a collection of registers that are > mapped to the SoC's signals from each individual processor core and > associated peripherals. > > These registers are used for SMP bringup and CPU hotplugging. > > Signed-off-by: Mylène Josserand Reviewed-by: Chen-Yu Tsai