public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] fix rk3066a based boards hang when cpufreq changes
@ 2016-01-15 13:23 Andy Yan
  2016-01-15 13:25 ` [PATCH v2 1/2] ARM: dts: rockchip: increase vdd_arm voltage for rk3066a based boards Andy Yan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andy Yan @ 2016-01-15 13:23 UTC (permalink / raw)
  To: heiko, naobsd
  Cc: robh+dt, linux, devicetree, galak, linux-kernel, ijc+devicetree,
	linux-rockchip, pawel.moll, mark.rutland, inux-arm-kernel,
	Andy Yan


I found the rayeager board always hang in the system boot
process or when cpufreq change. When check the BSP code[0]
from ChipSpark, I found the current vdd_arm voltage is too
low and so is the vdd_logic voltage, which should be modulated
by PWM3.

So I increase the vdd_arm voltage and enabled pwm3 as a pwm
regulator here.

[0] https://github.com/RockchipOpensourceCommunity/px2-android-kernel-3.0/blob/master/arch/arm/mach-rkpx2/board-rkpx2-sdk.c

Changes in v2:
- move the opp table to rk3066a.dtsi, make it as the default opp table
  for rk3066a based board.
- also enable the pwm regulator for bqcurie2 and Marsboard

Andy Yan (2):
  ARM: dts: rockchip: increase vdd_arm voltage for rk3066a based boards
  ARM: dts: rockchip: enable pwm3 as pwm regulator for rk3066a based
    boards

 arch/arm/boot/dts/rk3066a-bqcurie2.dts  | 16 ++++++++++++++++
 arch/arm/boot/dts/rk3066a-marsboard.dts | 16 ++++++++++++++++
 arch/arm/boot/dts/rk3066a-rayeager.dts  | 16 ++++++++++++++++
 arch/arm/boot/dts/rk3066a.dtsi          | 12 +++++++-----
 4 files changed, 55 insertions(+), 5 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-17 23:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-15 13:23 [PATCH v2 0/2] fix rk3066a based boards hang when cpufreq changes Andy Yan
2016-01-15 13:25 ` [PATCH v2 1/2] ARM: dts: rockchip: increase vdd_arm voltage for rk3066a based boards Andy Yan
2016-01-15 13:26 ` [PATCH v2 2/2] ARM: dts: rockchip: enable pwm3 as pwm regulator " Andy Yan
2016-01-17 23:16 ` [PATCH v2 0/2] fix rk3066a based boards hang when cpufreq changes Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox