From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3FE72C43603 for ; Fri, 13 Dec 2019 10:04:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1CE2A206B7 for ; Fri, 13 Dec 2019 10:04:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726368AbfLMKEs (ORCPT ); Fri, 13 Dec 2019 05:04:48 -0500 Received: from gloria.sntech.de ([185.11.138.130]:60956 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725937AbfLMKEs (ORCPT ); Fri, 13 Dec 2019 05:04:48 -0500 Received: from wf0651.dip.tu-dresden.de ([141.76.182.139] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ifhoC-0000yW-Aw; Fri, 13 Dec 2019 11:04:28 +0100 From: Heiko Stuebner To: Jack Chen Cc: robh+dt@kernel.org, mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Jack Chen Subject: Re: [PATCH] ARM: dts: rockchip: Add missing cpu operating points for rk3288-tinker Date: Fri, 13 Dec 2019 11:04:27 +0100 Message-ID: <47785260.740ClddZN9@phil> In-Reply-To: <20191202153540.26143-1-redchenjs@foxmail.com> References: <20191202153540.26143-1-redchenjs@foxmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Montag, 2. Dezember 2019, 16:35:40 CET schrieb Jack Chen: > From: Jack Chen > > The Tinker Board / S devices use a special chip variant called rk3288-c > and use different operating points with a higher max frequency. > > So add the missing operating points for Tinker Board / S devices, also > increase the vdd_cpu regulator-max-microvolt to 1400000 uV so that the > cpu can operate at 1.8 GHz. > > Signed-off-by: Jack Chen applied for 5.6 Thanks Heiko