Received: by 10.192.165.148 with SMTP id m20csp407207imm; Fri, 4 May 2018 12:10:35 -0700 (PDT) X-Google-Smtp-Source: AB8JxZqgeOggTUnu8TU6tv4psZgRpR4SCVRvnqhdawzjs6yFmzdT+2VB+XeKOgrywhoDt3txvjuj X-Received: by 2002:a17:902:5597:: with SMTP id g23-v6mr29099751pli.347.1525461035278; Fri, 04 May 2018 12:10:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525461035; cv=none; d=google.com; s=arc-20160816; b=sl8BvWPZ3FGEJSnnRY23waPJYFefhYprxJF8Ybk1Bg6077f5YqIt2/FsJ+YBTRmsYF Sj8CdDCN1sfp0sz5t+75kyD4NOmqFsHsTZS9anMFW2x1pe6SyQ8cXpBCPIOgeb7pqjWT QF3qgLptZs4rgyHPfjvlWhF5IVH15D8jV+2Do0M2vDMT/Q4PL+ANYphwhEJcYhHaTfKp B2lIKyQb9G5BQ0DLjeO/emegRRKlXqmYEiANPhgBInH5alCVDeP5mY5Oj0L8WVqoGN51 Q9UWAJI2qhb7J+ShtY4y7UanCeEmfPZZWQy05nMeWq5wQdri3XZpgSJgj9vak5AZPHLO OCcQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=WikGhoLQETh2h40sgKMXqFjSM+kxtmc1l3Xw1o7XQNg=; b=MqH9d96gGJXWJ3uXnBaJId+i/pRbBtZDqmtku2yjbxuxPybq5cWcLKM35FZg0p8BtK GaOiyRwJ4mRGE4+qFGyuTXrhVdx05yVxkHrzOLZ9ud/BnlXlkoP3CGVtZXV4PCjojMN1 YNWwLi0mJOMl6lHdwfLx0ILRzgR2clMiCX5eWnZzmg1aIaCcNvGkU1SaEcMZ7gFQXuEn 1rMnks6H/AOn4WSNRVbJcOs1JWvOBIh7Q5Ec7fHqJSB00TUbyxhj4sswDPWzz1gkQBvG Ahy+o3OWGIBgk8sDSr7iwyWKtraMVyyph4Fia1NkezYpCQ8X/FK/Pw7+Dj68SpHXvbb5 g2pg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j2si11264095pff.184.2018.05.04.12.10.21; Fri, 04 May 2018 12:10:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751998AbeEDTJl (ORCPT + 99 others); Fri, 4 May 2018 15:09:41 -0400 Received: from mail.bootlin.com ([62.4.15.54]:42944 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751794AbeEDTGy (ORCPT ); Fri, 4 May 2018 15:06:54 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id BD191207CC; Fri, 4 May 2018 21:06:51 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from dell-desktop.home (176-137-37-244.abo.bbox.fr [176.137.37.244]) by mail.bootlin.com (Postfix) with ESMTPSA id C617620650; Fri, 4 May 2018 21:06:50 +0200 (CEST) From: =?UTF-8?q?Myl=C3=A8ne=20Josserand?= To: linux@armlinux.org.uk, maxime.ripard@bootlin.com, wens@csie.org, marc.zyngier@arm.com, mark.rutland@arm.com, robh+dt@kernel.org, horms@verge.net.au, geert@linux-m68k.org, magnus.damm@gmail.com Cc: f.fainelli@gmail.com, opendmb@gmail.com, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, clabbe.montjoie@gmail.com, quentin.schulz@bootlin.com, thomas.petazzoni@bootlin.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, mylene.josserand@bootlin.com Subject: [PATCH v9 03/12] ARM: dts: sun8i: Add CPUCFG device node for A83T dtsi Date: Fri, 4 May 2018 21:05:36 +0200 Message-Id: <20180504190545.5114-4-mylene.josserand@bootlin.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180504190545.5114-1-mylene.josserand@bootlin.com> References: <20180504190545.5114-1-mylene.josserand@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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 379981389eea..a50ccb475de8 100644 --- a/arch/arm/boot/dts/sun8i-a83t.dtsi +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi @@ -349,6 +349,11 @@ }; }; + cpucfg@1700000 { + compatible = "allwinner,sun8i-a83t-cpucfg"; + reg = <0x01700000 0x400>; + }; + syscon: syscon@1c00000 { compatible = "allwinner,sun8i-a83t-system-controller", "syscon"; -- 2.11.0