Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1375646

Re: [RESEND PATCH v2 3/4] arm64: dts: Add dts files for LG Electronics's lg1312 SoC

From Mark Rutland <mark.rutland@arm.com>
Newsgroups linux.kernel
Subject Re: [RESEND PATCH v2 3/4] arm64: dts: Add dts files for LG Electronics's lg1312 SoC
Date 2016-04-11 11:10 +0200
Message-ID <rmG14-3kL-9@gated-at.bofh.it> (permalink)
References <rmyPT-63j-3@gated-at.bofh.it> <rmyPT-63j-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[RESEND PATCH v2 3/4] arm64: dts: Add dts files for LG Electronics's lg1312 SoC Chanho Min <chanho.min@lge.com> - 2016-04-11 03:30 +0200
  Re: [RESEND PATCH v2 3/4] arm64: dts: Add dts files for LG  Electronics's lg1312 SoC Mark Rutland <mark.rutland@arm.com> - 2016-04-11 11:10 +0200

csiph-web