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


Groups > linux.kernel > #1198283

[PATCH] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to a level all boards can supply

From Timo Sigurdsson <public_timo.s@silentcreek.de>
Newsgroups linux.kernel
Subject [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to a level all boards can supply
Date 2015-08-02 21:30 +0200
Message-ID <pT77k-4WI-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


sun7i-a20.dtsi contains an cpufreq operating point at 0.9 volts. Most A20 boards
(or all?), however, do not allow the voltage to go below 1.0V. Thus, raise the
voltage for the lowest operating point to 1.0V so all boards can actually use
it.

Signed-off-by: Timo Sigurdsson <public_timo.s@silentcreek.de>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to a level all boards can supply Timo Sigurdsson <public_timo.s@silentcreek.de> - 2015-08-02 21:30 +0200
  Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage  for sun7i-a20 to a level all boards can supply Julian Calaby <julian.calaby@gmail.com> - 2015-08-03 01:40 +0200
    Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage  for sun7i-a20 to a level all boards can supply Chen-Yu Tsai <wens@csie.org> - 2015-08-03 04:40 +0200
      Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage  for sun7i-a20 to a level all boards can supply Julian Calaby <julian.calaby@gmail.com> - 2015-08-03 06:30 +0200
        Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage  for sun7i-a20 to a level all boards can supply Chen-Yu Tsai <wens@csie.org> - 2015-08-03 06:30 +0200
        Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to a level all boards can supply "Timo Sigurdsson" <public_timo.s@silentcreek.de> - 2015-08-03 11:10 +0200
          Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage  for sun7i-a20 to a level all boards can supply Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-08-03 11:40 +0200
            Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage  for sun7i-a20 to a level all boards can supply Julian Calaby <julian.calaby@gmail.com> - 2015-08-03 11:40 +0200
            Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to a level all boards can supply "Timo Sigurdsson" <public_timo.s@silentcreek.de> - 2015-08-04 11:00 +0200
        Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage  for sun7i-a20 to a level all boards can supply Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-08-03 11:30 +0200
    Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to a level all boards can supply "Timo Sigurdsson" <public_timo.s@silentcreek.de> - 2015-08-03 10:40 +0200
      Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage  for sun7i-a20 to a level all boards can supply Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-08-03 11:30 +0200
    Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage  for sun7i-a20 to a level all boards can supply Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-08-03 11:20 +0200
  Re: [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20  to a level all boards can supply Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-08-03 11:20 +0200
    Re: [PATCH] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to a level all boards can supply "Timo Sigurdsson" <public_timo.s@silentcreek.de> - 2015-08-04 10:40 +0200

csiph-web