[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160411090207.GB7088@leverpostej>
Date: Mon, 11 Apr 2016 10:02:07 +0100
From: Mark Rutland <mark.rutland@....com>
To: Chanho Min <chanho.min@....com>
Cc: arm@...nel.org, Catalin Marinas <catalin.marinas@....com>,
Arnd Bergmann <arnd@...db.de>,
Will Deacon <will.deacon@....com>,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Jongsung Kim <neidhard.kim@....com>,
Gunho Lee <gunho.lee@....com>
Subject: Re: [RESEND PATCH v2 3/4] arm64: dts: Add dts files for LG
Electronics's lg1312 SoC
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.
Powered by blists - more mailing lists