Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754054AbcDKJC3 (ORCPT ); Mon, 11 Apr 2016 05:02:29 -0400 Received: from foss.arm.com ([217.140.101.70]:47752 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753868AbcDKJC1 (ORCPT ); Mon, 11 Apr 2016 05:02:27 -0400 Date: Mon, 11 Apr 2016 10:02:07 +0100 From: Mark Rutland To: Chanho Min Cc: arm@kernel.org, Catalin Marinas , Arnd Bergmann , Will Deacon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jongsung Kim , Gunho Lee Subject: Re: [RESEND PATCH v2 3/4] arm64: dts: Add dts files for LG Electronics's lg1312 SoC Message-ID: <20160411090207.GB7088@leverpostej> References: <1460338020-28999-1-git-send-email-chanho.min@lge.com> <1460338020-28999-4-git-send-email-chanho.min@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460338020-28999-4-git-send-email-chanho.min@lge.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 380 Lines: 17 On Mon, Apr 11, 2016 at 10:26:59AM +0900, Chanho Min wrote: > + psci { > + compatible = "arm,psci" ,"arm,psci-0.2"; > + method = "smc"; > + cpu_suspend = <0x84000001>; > + cpu_off = <0x84000002>; > + cpu_on = <0x84000003>; > + }; The compatible list should be the other way around: compatible = "arm,psci-0.2", "arm,psci"; Otherwise this looks ok to me. Thanks, Mark.