From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751663AbaJALRh (ORCPT ); Wed, 1 Oct 2014 07:17:37 -0400 Received: from foss-mx-na.foss.arm.com ([217.140.108.86]:40014 "EHLO foss-mx-na.foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751612AbaJALRf (ORCPT ); Wed, 1 Oct 2014 07:17:35 -0400 Date: Wed, 1 Oct 2014 12:17:17 +0100 From: Catalin Marinas To: Arnd Bergmann Cc: "zhang.lyra@gmail.com" , "gregkh@linuxfoundation.org" , "ijc+devicetree@hellion.org.uk" , "jslaby@suse.cz" , "galak@codeaurora.org" , "broonie@linaro.org" , Mark Rutland , "m-karicheri2@ti.com" , Pawel Moll , "artagnon@gmail.com" , "rrichter@cavium.com" , "robh+dt@kernel.org" , Will Deacon , "orsonzhai@gmail.com" , "geng.ren@spreadtrum.com" , "zhizhou.zhang@spreadtrum.com" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "chunyan.zhang" Subject: Re: [PATCH 2/6] arm64: Add DTS support for Spreadtrum's Shark64 SoC Message-ID: <20141001111717.GH12702@e104818-lin.cambridge.arm.com> References: <1411992293-7729-1-git-send-email-zhang.lyra@gmail.com> <1411992293-7729-3-git-send-email-zhang.lyra@gmail.com> <4004425.NZAxCnE0qr@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4004425.NZAxCnE0qr@wuerfel> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 29, 2014 at 02:47:47PM +0100, Arnd Bergmann wrote: > On Monday 29 September 2014 20:04:49 zhang.lyra@gmail.com wrote: > > + cpus { > > + #address-cells = <2>; > > + #size-cells = <0>; > > + > > + cpu@0 { > > + device_type = "cpu"; > > + compatible = "arm,armv8"; > > + reg = <0x0 0x0>; > > + enable-method = "spin-table"; > > + cpu-release-addr = <0x0 0x8000fff8>; > > + }; > > New platforms should avoid using "spin-table" method. Please > change the boot loader to implement PSCI if you can. As usual, I strongly recommend PSCI here if the CPU supports EL3. It would solve the cpuidle kernel support as well with the generic cpuidle driver and the PSCI back-end. -- Catalin