Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp819405imu; Tue, 11 Dec 2018 08:04:33 -0800 (PST) X-Google-Smtp-Source: AFSGD/WMvmyegjxWnwKWUgMfTGrDVOZtujznEvK0nAcW5jZjsJDvaw3ThLxVRC3Hbm1CdwqyNOBH X-Received: by 2002:aa7:81d0:: with SMTP id c16mr16658501pfn.153.1544544273228; Tue, 11 Dec 2018 08:04:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544544273; cv=none; d=google.com; s=arc-20160816; b=kEC8tO36SqK/5JCpcZyRyZCKUsgot1f7axjdJtzwH1TZa4MPiyPZbR8m6zF069lYxD acdmF43kPIXUFGix4xPCFqRG4SkEonW7HyajOZyw/syNkquajG38DmMLE9bkuvraG0ql kmBURs4XQRgmttnyUCEgyXiCPgYMtRCIbvUkxeMpGs5Xn55GMZDmHUTbhc/+10DQJVGh C/L2AOLDimlPVATP5JU6NcpiR7EoER47JbTqyPIUVsN7Y9G+9tw/KJXhv5KMRBWLNbRO dHKiiXa+HtSDz+kXJDy5MJlNfgQZyADiAOzHopH2g7S6/Vz+nd/FC4M+nMrH6t+R9b9D FcMQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=ZjQhWkI5mi8DqeEsmoi9PjpevzcsthYOYAYxBcr/ywU=; b=rPUaTvIaI88HyYV5w78HktAVhxSV4cCiU29CjR3lieIrLUiDrU5ffPgwelE/S1urK6 BAPKpiMWGvZcXpbbXd23VWEWvb8KNnFmN1Pw9y9d0fcBUxgZ6YsEfUBBPF2Zcgwj+iQQ CrRAgVIcfIltK31O4flo7fdqlArYATM5D1ewmaQvZarNiNMjCS2J1JPrEdQ9/HbTURPL VsZonl/A0h7B7ZbLDHNZ1pBTKdIaAhaf94vDJsrY+tSXxSG++oXOtEdQgXdNWNoex1ht G+Z+kgsuiYwy0HpFmb8jLQjo9+ZLMdwUNfgvlT7FVkPDfo+YSChYWRlX+3s0Ur6jpzK5 +GUw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=n7kLosV8; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q66si12922300pfb.231.2018.12.11.08.04.18; Tue, 11 Dec 2018 08:04:33 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=n7kLosV8; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730851AbeLKP5i (ORCPT + 99 others); Tue, 11 Dec 2018 10:57:38 -0500 Received: from mail.kernel.org ([198.145.29.99]:46644 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730816AbeLKP5g (ORCPT ); Tue, 11 Dec 2018 10:57:36 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 97DE420855; Tue, 11 Dec 2018 15:57:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1544543856; bh=cKlsRjBtTO0tdrvWu8as5ASsT5xD2cy5isI8ooG6Tak=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=n7kLosV8Uo5C/8Uiyl1lIg8/J3E+7xNw5SDlsR8RHGiWGzL596ekDB0AHZvtEgLUb 2IERCrQMF+3EWs4aaIbU9f1qbMGRQ6Nvp0vFejHL03lktgT9KD7P+MnWx0Z+PjKpOu aRexDmCM2/ncTAt6w6aVRS40zK74hFqzFG78TSpQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Manivannan Sadhasivam , Daniel Lezcano , Heiko Stuebner , Sasha Levin Subject: [PATCH 4.19 091/118] arm64: dts: rockchip: remove vdd_log from rock960 to fix a stability issues Date: Tue, 11 Dec 2018 16:41:50 +0100 Message-Id: <20181211151647.941975738@linuxfoundation.org> X-Mailer: git-send-email 2.20.0 In-Reply-To: <20181211151644.216668863@linuxfoundation.org> References: <20181211151644.216668863@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.19-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit 13682e524167cbd7e2a26c5e91bec765f0f96273 ] When the performance governor is set as default, the rock960 hangs around one minute after booting, whatever the activity is (idle, key pressed, loaded, ...). Based on the commit log found at https://patchwork.kernel.org/patch/10092377/ "vdd_log has no consumer and therefore will not be set to a specific voltage. Still the PWM output pin gets configured and thence the vdd_log output voltage will changed from it's default. Depending on the idle state of the PWM this will slightly over or undervoltage the logic supply of the RK3399 and cause instability with GbE (undervoltage) and PCIe (overvoltage). Since the default value set by a voltage divider is the correct supply voltage and we don't need to change it during runtime we remove the rail from the devicetree completely so the PWM pin will not be configured." After removing the vdd-log from the rock960's specific DT, the board does no longer hang and shows a stable behavior. Apply the same change for the rock960 by removing the vdd-log from the DT. Fixes: 874846f1fccd ("arm64: dts: rockchip: add 96boards RK3399 Ficus board") Cc: stable@vger.kernel.org Tested-by: Manivannan Sadhasivam Signed-off-by: Daniel Lezcano Signed-off-by: Heiko Stuebner [sl: adjust filename for 4.19] Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/rockchip/rk3399-ficus.dts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts b/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts index 8978d924eb83..85cf0b6bdda9 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts @@ -75,18 +75,6 @@ regulator-always-on; vin-supply = <&vcc_sys>; }; - - vdd_log: vdd-log { - compatible = "pwm-regulator"; - pwms = <&pwm2 0 25000 0>; - regulator-name = "vdd_log"; - regulator-min-microvolt = <800000>; - regulator-max-microvolt = <1400000>; - regulator-always-on; - regulator-boot-on; - vin-supply = <&vcc_sys>; - }; - }; &cpu_l0 { -- 2.19.1