Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161479AbbKSUth (ORCPT ); Thu, 19 Nov 2015 15:49:37 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:38269 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161261AbbKSUtf (ORCPT ); Thu, 19 Nov 2015 15:49:35 -0500 Subject: Re: [PATCH] arm64: dts: berlin: PSCI-1.0 support To: Jisheng Zhang , robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, catalin.marinas@arm.com, will.deacon@arm.com References: <1447673869-842-1-git-send-email-jszhang@marvell.com> Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: Sebastian Hesselbarth Message-ID: <564E35DB.9080902@gmail.com> Date: Thu, 19 Nov 2015 21:49:31 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: <1447673869-842-1-git-send-email-jszhang@marvell.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1003 Lines: 34 On 16.11.2015 12:37, Jisheng Zhang wrote: > The firmware can support PSCI-1.0 in fact. This change also enables > suspend to ram on Marvell berlin arm64 SoC. > > Signed-off-by: Jisheng Zhang Appled to berlin64/dt. Thanks! > --- > arch/arm64/boot/dts/marvell/berlin4ct.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/marvell/berlin4ct.dtsi b/arch/arm64/boot/dts/marvell/berlin4ct.dtsi > index 8eddf10..a87f1a2 100644 > --- a/arch/arm64/boot/dts/marvell/berlin4ct.dtsi > +++ b/arch/arm64/boot/dts/marvell/berlin4ct.dtsi > @@ -55,7 +55,7 @@ > }; > > psci { > - compatible = "arm,psci-0.2"; > + compatible = "arm,psci-1.0", "arm,psci-0.2"; > method = "smc"; > }; > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/