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.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 1D7D5C2B9F8 for ; Mon, 24 May 2021 10:05:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE9C8610C8 for ; Mon, 24 May 2021 10:05:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232519AbhEXKGt (ORCPT ); Mon, 24 May 2021 06:06:49 -0400 Received: from foss.arm.com ([217.140.110.172]:40448 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232422AbhEXKGs (ORCPT ); Mon, 24 May 2021 06:06:48 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 71CA131B; Mon, 24 May 2021 03:05:19 -0700 (PDT) Received: from bogus (unknown [10.57.72.88]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 137013F719; Mon, 24 May 2021 03:05:17 -0700 (PDT) Date: Mon, 24 May 2021 11:05:08 +0100 From: Sudeep Holla To: Viresh Kumar Cc: Rob Herring , Sudeep Holla , "linux-kernel@vger.kernel.org" , Bjorn Andersson , Hector Yuan , Manivannan Sadhasivam , devicetree@vger.kernel.org Subject: Re: [PATCH v4] dt-bindings: dvfs: Add support for generic performance domains Message-ID: <20210524100456.iqh2rqefrjd25ems@bogus> References: <20210517155458.1016707-1-sudeep.holla@arm.com> <1621284311.383362.3157708.nullmailer@robh.at.kernel.org> <20210519112041.olwl35irvcbjxrka@bogus> <20210521040834.3rzsjkveoyugfotl@vireshk-i7> <20210521152431.wspnsji3z7pmmdlf@bogus> <20210524091715.wb6c4m3sicbypkaa@vireshk-i7> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210524091715.wb6c4m3sicbypkaa@vireshk-i7> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, May 24, 2021 at 02:47:15PM +0530, Viresh Kumar wrote: > On 21-05-21, 16:24, Sudeep Holla wrote: > > On Fri, May 21, 2021 at 09:38:34AM +0530, Viresh Kumar wrote: > > > On 20-05-21, 14:43, Rob Herring wrote: > > > > Not allowed because I can't turn this check on by default until we get > > > > rid of the existing 80 or so. But it is a new check and Viresh already > > > > applied, so oh well. > > > > > > I can always drop it :) > > > > > > > While I really don't care(evident by rate at which I worked on this 😉) > > I think Hector Yuan won't be happy to wait I guess. As a quick fix, you > > can update "qcom,cpufreq-hw" to "mediatek,cpufreq-hw". You will still > > get warning with this patch + update alone, but once you have Hector's > > mediatek cpufreq driver applied, the warnings must disappear. > > > > What do you think ? > > I guess you can send a fix later then. Sure 😄 -- Regards, Sudeep