From: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: andy.tang-3arQi8VN3Tc@public.gmane.org
Cc: mark.rutland-5wv7dgnIgG8@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
catalin.marinas-5wv7dgnIgG8@public.gmane.org,
will.deacon-5wv7dgnIgG8@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 2/2] arm64: dts: ls2088a: add cpu idle support
Date: Thu, 3 Aug 2017 09:40:08 +0800 [thread overview]
Message-ID: <20170803014007.GC31819@dragon> (raw)
In-Reply-To: <1501053893-20897-2-git-send-email-andy.tang-3arQi8VN3Tc@public.gmane.org>
On Wed, Jul 26, 2017 at 03:24:53PM +0800, andy.tang-3arQi8VN3Tc@public.gmane.org wrote:
> From: Yuantian Tang <andy.tang-3arQi8VN3Tc@public.gmane.org>
>
> ls2088a supports another cpu idle state which is pw20 which saves
> more power when cpu is idle.
> It was implemented through psci firmware.
>
> Signed-off-by: Tang Yuantian <andy.tang-3arQi8VN3Tc@public.gmane.org>
Can you explain a bit in the commit log why psci node is being added in
fsl-ls208xa.dtsi while you are only adding idle state for ls2088a? Does
that mean ls2088a and ls2080a gets different idle implementation?
Shawn
> ---
> arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi | 17 +++++++++++++++++
> arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 5 +++++
> 2 files changed, 22 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi
> index 5c695c6..6aa319d 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi
> @@ -53,6 +53,7 @@
> compatible = "arm,cortex-a72";
> reg = <0x0>;
> clocks = <&clockgen 1 0>;
> + cpu-idle-states = <&CPU_PW20>;
> next-level-cache = <&cluster0_l2>;
> #cooling-cells = <2>;
> };
> @@ -62,6 +63,7 @@
> compatible = "arm,cortex-a72";
> reg = <0x1>;
> clocks = <&clockgen 1 0>;
> + cpu-idle-states = <&CPU_PW20>;
> next-level-cache = <&cluster0_l2>;
> };
>
> @@ -70,6 +72,7 @@
> compatible = "arm,cortex-a72";
> reg = <0x100>;
> clocks = <&clockgen 1 1>;
> + cpu-idle-states = <&CPU_PW20>;
> next-level-cache = <&cluster1_l2>;
> #cooling-cells = <2>;
> };
> @@ -79,6 +82,7 @@
> compatible = "arm,cortex-a72";
> reg = <0x101>;
> clocks = <&clockgen 1 1>;
> + cpu-idle-states = <&CPU_PW20>;
> next-level-cache = <&cluster1_l2>;
> };
>
> @@ -88,6 +92,7 @@
> reg = <0x200>;
> clocks = <&clockgen 1 2>;
> next-level-cache = <&cluster2_l2>;
> + cpu-idle-states = <&CPU_PW20>;
> #cooling-cells = <2>;
> };
>
> @@ -96,6 +101,7 @@
> compatible = "arm,cortex-a72";
> reg = <0x201>;
> clocks = <&clockgen 1 2>;
> + cpu-idle-states = <&CPU_PW20>;
> next-level-cache = <&cluster2_l2>;
> };
>
> @@ -104,6 +110,7 @@
> compatible = "arm,cortex-a72";
> reg = <0x300>;
> clocks = <&clockgen 1 3>;
> + cpu-idle-states = <&CPU_PW20>;
> next-level-cache = <&cluster3_l2>;
> #cooling-cells = <2>;
> };
> @@ -113,6 +120,7 @@
> compatible = "arm,cortex-a72";
> reg = <0x301>;
> clocks = <&clockgen 1 3>;
> + cpu-idle-states = <&CPU_PW20>;
> next-level-cache = <&cluster3_l2>;
> };
>
> @@ -131,6 +139,15 @@
> cluster3_l2: l2-cache3 {
> compatible = "cache";
> };
> +
> + CPU_PW20: cpu-pw20 {
> + compatible = "arm,idle-state";
> + idle-state-name = "PW20";
> + arm,psci-suspend-param = <0x00010000>;
> + entry-latency-us = <2000>;
> + exit-latency-us = <2000>;
> + min-residency-us = <6000>;
> + };
> };
>
> &pcie1 {
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
> index 94cdd30..205b7f7 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
> @@ -118,6 +118,11 @@
> interrupts = <1 7 0x8>; /* PMU PPI, Level low type */
> };
>
> + psci {
> + compatible = "arm,psci-0.2";
> + method = "smc";
> + };
> +
> soc {
> compatible = "simple-bus";
> #address-cells = <2>;
> --
> 2.1.0.27.g96db324
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-08-03 1:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-26 7:24 [PATCH 1/2] arm64: dts: ls1088a: add cpu idle support andy.tang
[not found] ` <1501053893-20897-1-git-send-email-andy.tang-3arQi8VN3Tc@public.gmane.org>
2017-07-26 7:24 ` [PATCH 2/2] arm64: dts: ls2088a: " andy.tang-3arQi8VN3Tc
[not found] ` <1501053893-20897-2-git-send-email-andy.tang-3arQi8VN3Tc@public.gmane.org>
2017-08-03 1:40 ` Shawn Guo [this message]
2017-08-03 8:39 ` Andy Tang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170803014007.GC31819@dragon \
--to=shawnguo-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=andy.tang-3arQi8VN3Tc@public.gmane.org \
--cc=catalin.marinas-5wv7dgnIgG8@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=will.deacon-5wv7dgnIgG8@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).