From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161051AbcAONYO (ORCPT ); Fri, 15 Jan 2016 08:24:14 -0500 Received: from regular1.263xmail.com ([211.150.99.132]:41274 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751388AbcAONYM (ORCPT ); Fri, 15 Jan 2016 08:24:12 -0500 X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-ADDR-CHECKED: 0 X-MAE-MAIL_UID: 005698f2f10e1a0a@maes@67fb6d15e2351284 X-MAE-ID: 223.6.254.61 X-RL-SENDER: andy.yan@rock-chips.com X-LOGIN-NAME: andy.yan@rock-chips.com X-SENDER-IP: 121.15.173.1 From: Andy Yan To: heiko@sntech.de, naobsd@gmail.com Cc: robh+dt@kernel.org, linux@arm.linux.org.uk, devicetree@vger.kernel.org, galak@codeaurora.org, linux-kernel@vger.kernel.org, ijc+devicetree@hellion.org.uk, linux-rockchip@lists.infradead.org, pawel.moll@arm.com, mark.rutland@arm.com, inux-arm-kernel@lists.infradead.org, Andy Yan Subject: [PATCH v2 0/2] fix rk3066a based boards hang when cpufreq changes Date: Fri, 15 Jan 2016 21:23:43 +0800 Message-Id: <1452864223-423-1-git-send-email-andy.yan@rock-chips.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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