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 B6183C47078 for ; Fri, 21 May 2021 15:24:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 91ABD6100A for ; Fri, 21 May 2021 15:24:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232917AbhEUP0D (ORCPT ); Fri, 21 May 2021 11:26:03 -0400 Received: from foss.arm.com ([217.140.110.172]:49778 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232199AbhEUP0D (ORCPT ); Fri, 21 May 2021 11:26:03 -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 30CDD11B3; Fri, 21 May 2021 08:24:40 -0700 (PDT) Received: from bogus (unknown [10.57.72.88]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 51EF13F73B; Fri, 21 May 2021 08:24:38 -0700 (PDT) Date: Fri, 21 May 2021 16:24:31 +0100 From: Sudeep Holla To: Viresh Kumar , Rob Herring Cc: "linux-kernel@vger.kernel.org" , Sudeep Holla , 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: <20210521152431.wspnsji3z7pmmdlf@bogus> References: <20210517155458.1016707-1-sudeep.holla@arm.com> <1621284311.383362.3157708.nullmailer@robh.at.kernel.org> <20210519112041.olwl35irvcbjxrka@bogus> <20210521040834.3rzsjkveoyugfotl@vireshk-i7> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210521040834.3rzsjkveoyugfotl@vireshk-i7> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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 ? -- Regards, Sudeep