From: Xing Zheng <zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
To: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
keescook-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org,
leozwang-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [RESEND RFC PATCH 2/2] ARM: dts: rockchip: Update the cpu freqs table
Date: Sat, 9 Jan 2016 11:04:36 +0800 [thread overview]
Message-ID: <569078C4.8080000@rock-chips.com> (raw)
In-Reply-To: <4951150.PYM4FhWu6V@phil>
Hi Heiko,
On 2016年01月09日 03:16, Heiko Stuebner wrote:
> Hi Xing,
>
> Am Freitag, 8. Januar 2016, 19:31:38 schrieb Xing Zheng:
>> Actually, we need more cpu freqs which are 50MHz integer multiples.
>>
>> Signed-off-by: Xing Zheng <zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
>> ---
>>
>> arch/arm/boot/dts/rk3036.dtsi | 13 ++++++++++++-
>> 1 file changed, 12 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi
>> index 1cb5877..1a773eb 100644
>> --- a/arch/arm/boot/dts/rk3036.dtsi
>> +++ b/arch/arm/boot/dts/rk3036.dtsi
>> @@ -79,7 +79,18 @@
>> resets = <&cru SRST_CORE0>;
>> operating-points = <
>> /* KHz uV */
>> - 816000 1000000
>> + 1200000 1200000
>> + 1100000 1200000
>> + 1000000 1200000
>> + 900000 1200000
>> + 800000 1200000
>> + 700000 1200000
>> + 600000 1200000
>> + 500000 1200000
>> + 400000 1200000
>> + 300000 1200000
>> + 200000 1200000
>> + 100000 1200000
> what about reducing the voltage as well?
>
> >From rk3288-specific discussions I remember that reducing the frequency
> without touching the voltage, didn't really save so much energy.
> And it looks like it was running 816MHz@1.0V just fine as well.
>
> I guess you should find out which voltages are really necessary for each
> step.
>
>
> Heiko
>
Thank you for your comments. :-)
Yes, these patches currently still in draft stage. Modify the frequency
of 816MHz is for mac apll patch can be FROMLIST for Kylin Board,
and will work cpu frequency table as a start.
We know you want to set the appropriate frequency of different batches
of The RK3036 SoCs take some time,so I just tested a fixed
high voltage 1.2v on my evb board, the frequency of the voltage to
ensure that we can work needed.
We'll start work dynamically adjust the voltage.
Thanks.
- Xing Zheng
--
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
WARNING: multiple messages have this Message-ID (diff)
From: zhengxing@rock-chips.com (Xing Zheng)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND RFC PATCH 2/2] ARM: dts: rockchip: Update the cpu freqs table
Date: Sat, 9 Jan 2016 11:04:36 +0800 [thread overview]
Message-ID: <569078C4.8080000@rock-chips.com> (raw)
In-Reply-To: <4951150.PYM4FhWu6V@phil>
Hi Heiko,
On 2016?01?09? 03:16, Heiko Stuebner wrote:
> Hi Xing,
>
> Am Freitag, 8. Januar 2016, 19:31:38 schrieb Xing Zheng:
>> Actually, we need more cpu freqs which are 50MHz integer multiples.
>>
>> Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
>> ---
>>
>> arch/arm/boot/dts/rk3036.dtsi | 13 ++++++++++++-
>> 1 file changed, 12 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi
>> index 1cb5877..1a773eb 100644
>> --- a/arch/arm/boot/dts/rk3036.dtsi
>> +++ b/arch/arm/boot/dts/rk3036.dtsi
>> @@ -79,7 +79,18 @@
>> resets = <&cru SRST_CORE0>;
>> operating-points = <
>> /* KHz uV */
>> - 816000 1000000
>> + 1200000 1200000
>> + 1100000 1200000
>> + 1000000 1200000
>> + 900000 1200000
>> + 800000 1200000
>> + 700000 1200000
>> + 600000 1200000
>> + 500000 1200000
>> + 400000 1200000
>> + 300000 1200000
>> + 200000 1200000
>> + 100000 1200000
> what about reducing the voltage as well?
>
> >From rk3288-specific discussions I remember that reducing the frequency
> without touching the voltage, didn't really save so much energy.
> And it looks like it was running 816MHz at 1.0V just fine as well.
>
> I guess you should find out which voltages are really necessary for each
> step.
>
>
> Heiko
>
Thank you for your comments. :-)
Yes, these patches currently still in draft stage. Modify the frequency
of 816MHz is for mac apll patch can be FROMLIST for Kylin Board,
and will work cpu frequency table as a start.
We know you want to set the appropriate frequency of different batches
of The RK3036 SoCs take some time,so I just tested a fixed
high voltage 1.2v on my evb board, the frequency of the voltage to
ensure that we can work needed.
We'll start work dynamically adjust the voltage.
Thanks.
- Xing Zheng
WARNING: multiple messages have this Message-ID (diff)
From: Xing Zheng <zhengxing@rock-chips.com>
To: Heiko Stuebner <heiko@sntech.de>
Cc: linux-rockchip@lists.infradead.org, keescook@google.com,
leozwang@google.com, Rob Herring <robh+dt@kernel.org>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Russell King <linux@arm.linux.org.uk>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [RESEND RFC PATCH 2/2] ARM: dts: rockchip: Update the cpu freqs table
Date: Sat, 9 Jan 2016 11:04:36 +0800 [thread overview]
Message-ID: <569078C4.8080000@rock-chips.com> (raw)
In-Reply-To: <4951150.PYM4FhWu6V@phil>
Hi Heiko,
On 2016年01月09日 03:16, Heiko Stuebner wrote:
> Hi Xing,
>
> Am Freitag, 8. Januar 2016, 19:31:38 schrieb Xing Zheng:
>> Actually, we need more cpu freqs which are 50MHz integer multiples.
>>
>> Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
>> ---
>>
>> arch/arm/boot/dts/rk3036.dtsi | 13 ++++++++++++-
>> 1 file changed, 12 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi
>> index 1cb5877..1a773eb 100644
>> --- a/arch/arm/boot/dts/rk3036.dtsi
>> +++ b/arch/arm/boot/dts/rk3036.dtsi
>> @@ -79,7 +79,18 @@
>> resets = <&cru SRST_CORE0>;
>> operating-points = <
>> /* KHz uV */
>> - 816000 1000000
>> + 1200000 1200000
>> + 1100000 1200000
>> + 1000000 1200000
>> + 900000 1200000
>> + 800000 1200000
>> + 700000 1200000
>> + 600000 1200000
>> + 500000 1200000
>> + 400000 1200000
>> + 300000 1200000
>> + 200000 1200000
>> + 100000 1200000
> what about reducing the voltage as well?
>
> >From rk3288-specific discussions I remember that reducing the frequency
> without touching the voltage, didn't really save so much energy.
> And it looks like it was running 816MHz@1.0V just fine as well.
>
> I guess you should find out which voltages are really necessary for each
> step.
>
>
> Heiko
>
Thank you for your comments. :-)
Yes, these patches currently still in draft stage. Modify the frequency
of 816MHz is for mac apll patch can be FROMLIST for Kylin Board,
and will work cpu frequency table as a start.
We know you want to set the appropriate frequency of different batches
of The RK3036 SoCs take some time,so I just tested a fixed
high voltage 1.2v on my evb board, the frequency of the voltage to
ensure that we can work needed.
We'll start work dynamically adjust the voltage.
Thanks.
- Xing Zheng
next prev parent reply other threads:[~2016-01-09 3:04 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-08 11:31 [RESEND RFC PATCH 0/2] Add 100MHz integer multiples of cpu freq table for the RK3036 Xing Zheng
2016-01-08 11:31 ` Xing Zheng
2016-01-08 11:31 ` Xing Zheng
2016-01-08 11:31 ` [RESEND RFC PATCH 1/2] clk: rockchip: rk3036: Add to 100MHz integer multiples of cpu freq table Xing Zheng
2016-01-08 11:31 ` Xing Zheng
2016-01-08 11:31 ` [RESEND RFC PATCH 2/2] ARM: dts: rockchip: Update the cpu freqs table Xing Zheng
2016-01-08 11:31 ` Xing Zheng
2016-01-08 19:16 ` Heiko Stuebner
2016-01-08 19:16 ` Heiko Stuebner
2016-01-08 19:16 ` Heiko Stuebner
2016-01-09 3:04 ` Xing Zheng [this message]
2016-01-09 3:04 ` Xing Zheng
2016-01-09 3:04 ` Xing Zheng
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=569078C4.8080000@rock-chips.com \
--to=zhengxing-tnx95d0mmh7dzftrwevzcw@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=keescook-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
--cc=leozwang-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.