Received: by 10.192.165.148 with SMTP id m20csp4877182imm; Tue, 1 May 2018 05:34:21 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpO84Bpus5xJ9hOXD7pNGz2WXwI8/CtByJFx96wA327nX0nrMM7Wh6W6hbj2Xi/+SsGGCWL X-Received: by 2002:a65:4244:: with SMTP id d4-v6mr12791494pgq.234.1525178061164; Tue, 01 May 2018 05:34:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525178061; cv=none; d=google.com; s=arc-20160816; b=a1acDsPKTcA/Pyscg2wOY+x9MOO94MzSQeYqfIXGtWk5iTJSzOIRK1tsM5Sf8i5HLO FaVOda9MIDO6htNIX2Qt9oJLmqlvBEGpP8TIForovr1zjmbcjGd1Z6fTuNVH+4qMExFq rhqY3TJ6Tz3V0Pwj6Cq+IbI6SkSiQCcNz7c6UysJniOUcNuf28pexTIKH00R8647MlT8 SpkdRPKell5gIyWfy7ZGoEpR+ll5kcINUZy2bwm9HwiZLBwknkwSVA07WKkyf6KwustN yszjjBGnimu20AjQvAAhDKiFf0S0RHRvd5s9v3P45pyOeui/WKbZsJhIjg9CNZ8pyXeh Sc0g== 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=4ZnNljSjPuTwrtZ7Ajf+zgBB3PUC5PNFkmb8p7Rt7ew=; b=HNAG4Nn0am3Jw7FWv+CwU0nQEFvmrcUnZbkEYYMirA9YcgjiDEDxXnzy5s5hOdQH1W jJewjU6PtWoUpxV6Eru/0LLeC9E2JVDeqNuo4qzAAYriT+0bJ1Az+232tZnkur7BBuM1 DBqSv+cfG2mlnZrJvdDz1/mmtlMKQdDZ796lWugGw0UyiggNPrLGU7HRQdl7dVrqZqWs eLYs5M7WC4uz345vAJm+xdOagyz8MezlvSCgHX+5eo8fmYTv6PQR8IAGJIloUBbWN5qG q22LjCeW8I5iJ276toocJKoY4c6Xd9/63bsEnKPSx7tCTNjaX3DbjEHNAY+JwtQ/1ZQh i1YQ== 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 w22-v6si9069823plq.115.2018.05.01.05.34.07; Tue, 01 May 2018 05:34:21 -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 S1755066AbeEAMch (ORCPT + 99 others); Tue, 1 May 2018 08:32:37 -0400 Received: from mail.bootlin.com ([62.4.15.54]:46166 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755670AbeEAMce (ORCPT ); Tue, 1 May 2018 08:32:34 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 4CB2420A4C; Tue, 1 May 2018 14:32:32 +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, URIBL_BLOCKED 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 67AF720A46; Tue, 1 May 2018 14:32:31 +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: 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 v8 11/12] ARM: dts: sun8i: Add enable-method for SMP support for the A83T SoC Date: Tue, 1 May 2018 14:31:30 +0200 Message-Id: <20180501123131.7738-12-mylene.josserand@bootlin.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180501123131.7738-1-mylene.josserand@bootlin.com> References: <20180501123131.7738-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 Add the use of enable-method property for SMP support which allows to handle the SMP support for this specific SoC. This commit adds enable-method properties to all CPU nodes. Signed-off-by: Mylène Josserand --- arch/arm/boot/dts/sun8i-a83t.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi index 0669b8dc499d..2be23d600957 100644 --- a/arch/arm/boot/dts/sun8i-a83t.dtsi +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi @@ -67,6 +67,7 @@ device_type = "cpu"; operating-points-v2 = <&cpu0_opp_table>; cci-control-port = <&cci_control0>; + enable-method = "allwinner,sun8i-a83t-smp"; reg = <0>; }; @@ -75,6 +76,7 @@ device_type = "cpu"; operating-points-v2 = <&cpu0_opp_table>; cci-control-port = <&cci_control0>; + enable-method = "allwinner,sun8i-a83t-smp"; reg = <1>; }; @@ -83,6 +85,7 @@ device_type = "cpu"; operating-points-v2 = <&cpu0_opp_table>; cci-control-port = <&cci_control0>; + enable-method = "allwinner,sun8i-a83t-smp"; reg = <2>; }; @@ -91,6 +94,7 @@ device_type = "cpu"; operating-points-v2 = <&cpu0_opp_table>; cci-control-port = <&cci_control0>; + enable-method = "allwinner,sun8i-a83t-smp"; reg = <3>; }; @@ -101,6 +105,7 @@ device_type = "cpu"; operating-points-v2 = <&cpu1_opp_table>; cci-control-port = <&cci_control1>; + enable-method = "allwinner,sun8i-a83t-smp"; reg = <0x100>; }; @@ -109,6 +114,7 @@ device_type = "cpu"; operating-points-v2 = <&cpu1_opp_table>; cci-control-port = <&cci_control1>; + enable-method = "allwinner,sun8i-a83t-smp"; reg = <0x101>; }; @@ -117,6 +123,7 @@ device_type = "cpu"; operating-points-v2 = <&cpu1_opp_table>; cci-control-port = <&cci_control1>; + enable-method = "allwinner,sun8i-a83t-smp"; reg = <0x102>; }; @@ -125,6 +132,7 @@ device_type = "cpu"; operating-points-v2 = <&cpu1_opp_table>; cci-control-port = <&cci_control1>; + enable-method = "allwinner,sun8i-a83t-smp"; reg = <0x103>; }; }; -- 2.11.0