From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH v0] clk: rockchip: Add pclk_rkpwm_pmu to PMU critical clocks in rk3399 Date: Mon, 06 Aug 2018 10:10:15 +0200 Message-ID: <2499930.7n9Q7JauMx@phil> References: <1533367862-7212-1-git-send-email-djw@t-chip.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1533367862-7212-1-git-send-email-djw@t-chip.com.cn> Sender: linux-kernel-owner@vger.kernel.org To: djw@t-chip.com.cn Cc: linux-rockchip@lists.infradead.org, Wayne Chou , Michael Turquette , Stephen Boyd , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-rockchip.vger.kernel.org Hi Levin, Am Samstag, 4. August 2018, 09:31:02 CEST schrieb djw@t-chip.com.cn: > From: Levin Du > > PWM2 is commonly used to control voltage of PWM regulator of VDD_LOG in > RK3399. On the Firefly-RK3399 board, PWM2 outputs 40 KHz square wave > from power on and the VDD_LOG is about 0.9V. When the kernel boots > normally into the system, the PWM2 keeps outputing PWM signal. > > But the kernel hangs randomly after "Starting kernel ..." line on that > board. When it happens, PWM2 outputs high level which causes VDD_LOG > drops to 0.4V below the normal operating voltage. > > By adding "pclk_rkpwm_pmu" to the rk3399_pmucru_critical_clocks array, > PWM clock is ensured to be prepared at startup and the PWM2 output is > normal. After repeated tests, the early boot hang is gone. > > This patch works on both Firefly-RK3399 and ROC-RK3399-PC boards. > > Signed-off-by: Levin Du applied to my clk-branch Thanks for tracking that down Heiko