* [PATCH v2] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to meet SoC specifications @ 2015-08-04 21:08 Timo Sigurdsson [not found] ` <1438722481-2302-1-git-send-email-public_timo.s-fWgRPtSzPNU3WX+qO2AYSQ@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Timo Sigurdsson @ 2015-08-04 21:08 UTC (permalink / raw) To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg, galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ, maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw Cc: wens-jdAy2FN1RRM, Timo Sigurdsson sun7i-a20.dtsi contains a cpufreq operating point at 0.9 volts. The minimum CPU voltage for the Allwinner A20 SoC, however, is 1.0 volts. Thus, raise the voltage for the lowest operating point to 1.0 volts in order to stay within the SoC specifications. It is an undervolted setting that isn't stable across all SoCs and boards out there. Signed-off-by: Timo Sigurdsson <public_timo.s-fWgRPtSzPNU3WX+qO2AYSQ@public.gmane.org> --- Changes since v1: - Fixed checkpatch warnings - Changed the commit message and title to clarify that this is not a board-specific issue, but rather a limitation by the SoC --- arch/arm/boot/dts/sun7i-a20.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 6a63f30..f5f384c 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -107,7 +107,7 @@ 720000 1200000 528000 1100000 312000 1000000 - 144000 900000 + 144000 1000000 >; #cooling-cells = <2>; cooling-min-level = <0>; -- 2.1.4 ^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <1438722481-2302-1-git-send-email-public_timo.s-fWgRPtSzPNU3WX+qO2AYSQ@public.gmane.org>]
* Re: [PATCH v2] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to meet SoC specifications [not found] ` <1438722481-2302-1-git-send-email-public_timo.s-fWgRPtSzPNU3WX+qO2AYSQ@public.gmane.org> @ 2015-08-09 22:58 ` Iain Paton 2015-08-17 15:18 ` Maxime Ripard 1 sibling, 0 replies; 3+ messages in thread From: Iain Paton @ 2015-08-09 22:58 UTC (permalink / raw) To: public_timo.s-fWgRPtSzPNU3WX+qO2AYSQ Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg, galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ, maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw, wens-jdAy2FN1RRM Acked-by: Iain Paton <ipaton0-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> On 04/08/15 22:08, Timo Sigurdsson wrote: > sun7i-a20.dtsi contains a cpufreq operating point at 0.9 volts. The minimum > CPU voltage for the Allwinner A20 SoC, however, is 1.0 volts. Thus, raise > the voltage for the lowest operating point to 1.0 volts in order to stay > within the SoC specifications. It is an undervolted setting that isn't > stable across all SoCs and boards out there. > > Signed-off-by: Timo Sigurdsson <public_timo.s-fWgRPtSzPNU3WX+qO2AYSQ@public.gmane.org> > --- > Changes since v1: > > - Fixed checkpatch warnings > - Changed the commit message and title to clarify that this is not a board-specific issue, but rather a limitation by the SoC > --- > arch/arm/boot/dts/sun7i-a20.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi > index 6a63f30..f5f384c 100644 > --- a/arch/arm/boot/dts/sun7i-a20.dtsi > +++ b/arch/arm/boot/dts/sun7i-a20.dtsi > @@ -107,7 +107,7 @@ > 720000 1200000 > 528000 1100000 > 312000 1000000 > - 144000 900000 > + 144000 1000000 > >; > #cooling-cells = <2>; > cooling-min-level = <0>; > ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to meet SoC specifications [not found] ` <1438722481-2302-1-git-send-email-public_timo.s-fWgRPtSzPNU3WX+qO2AYSQ@public.gmane.org> 2015-08-09 22:58 ` Iain Paton @ 2015-08-17 15:18 ` Maxime Ripard 1 sibling, 0 replies; 3+ messages in thread From: Maxime Ripard @ 2015-08-17 15:18 UTC (permalink / raw) To: Timo Sigurdsson Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg, galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw, wens-jdAy2FN1RRM [-- Attachment #1: Type: text/plain, Size: 672 bytes --] Hi Timo, On Tue, Aug 04, 2015 at 11:08:01PM +0200, Timo Sigurdsson wrote: > sun7i-a20.dtsi contains a cpufreq operating point at 0.9 volts. The minimum > CPU voltage for the Allwinner A20 SoC, however, is 1.0 volts. Thus, raise > the voltage for the lowest operating point to 1.0 volts in order to stay > within the SoC specifications. It is an undervolted setting that isn't > stable across all SoCs and boards out there. > > Signed-off-by: Timo Sigurdsson <public_timo.s-fWgRPtSzPNU3WX+qO2AYSQ@public.gmane.org> Added Iain's Ack, and Cc stable Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-17 15:18 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-08-04 21:08 [PATCH v2] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to meet SoC specifications Timo Sigurdsson [not found] ` <1438722481-2302-1-git-send-email-public_timo.s-fWgRPtSzPNU3WX+qO2AYSQ@public.gmane.org> 2015-08-09 22:58 ` Iain Paton 2015-08-17 15:18 ` Maxime Ripard
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).