Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 78280C74A5B for ; Thu, 16 Mar 2023 22:36:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229523AbjCPWgs (ORCPT ); Thu, 16 Mar 2023 18:36:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229907AbjCPWgp (ORCPT ); Thu, 16 Mar 2023 18:36:45 -0400 Received: from mail-il1-f175.google.com (mail-il1-f175.google.com [209.85.166.175]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DAFE3D5889; Thu, 16 Mar 2023 15:36:41 -0700 (PDT) Received: by mail-il1-f175.google.com with SMTP id w4so1866110ilv.0; Thu, 16 Mar 2023 15:36:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679006201; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=2fFaYRaLL3JKuCrCJqmJrBYuEJ3mxHPOfdY+l8rLlnU=; b=l2gqCQlWBx9DbQcqvsadnUPjS4KTz1KCq5aopVxYfZsI5VAWEkqnCrpmZaFdbLFSX6 ZMsh1KOTPNnla21Rt9ziEr/S0KPFfF77oswk9vhAKmpyRv18HAUUdgnGac0yKLAoSwn0 Taq6D5HBA+t4oBsBmzIe/cuGvMF0rYpH7L1rRwtF5ObN5IiSfvJZwT9BbFoLU8utf6wS +M8Q+2I1AMLFe2bc/WSrLLUpA31MO9Zq3Wbw0SjrWRHhRKEG279Utay/EPrq5Y7q5Lp9 E/Ffq71+saMGskzZ1v147e44NQaQuvwPlSrT4B7ROpHZP/dQ8nYthWopo/87W6PN3jus +8ug== X-Gm-Message-State: AO0yUKW3aU6tfmMDv3EgnrCSxKftmHleHTn/kXsyBa2/Ewzv+s3CJg/s FWratF311gO6WIEPCwq/csQq41QySQ== X-Google-Smtp-Source: AK7set8C2en+GhcRJBIrZyzXlF+P32aLozw/4aeABL0iRCbU+9at4TAmujIm/m3t3N7PhbgSvoow8A== X-Received: by 2002:a92:4a12:0:b0:323:70c:ba79 with SMTP id m18-20020a924a12000000b00323070cba79mr8576869ilf.12.1679006201157; Thu, 16 Mar 2023 15:36:41 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id cl4-20020a0566383d0400b0040639da0a02sm143978jab.135.2023.03.16.15.36.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Mar 2023 15:36:40 -0700 (PDT) Received: (nullmailer pid 4014336 invoked by uid 1000); Thu, 16 Mar 2023 22:36:39 -0000 Date: Thu, 16 Mar 2023 17:36:39 -0500 From: Rob Herring To: Konrad Dybcio Cc: Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Rob Herring , linux-pm@vger.kernel.org, linux-arm-msm@vger.kernel.org, Manivannan Sadhasivam , Bjorn Andersson , "Rafael J. Wysocki" , devicetree@vger.kernel.org, Viresh Kumar , Andy Gross Subject: Re: [PATCH 1/8] dt-bindings: cpufreq: cpufreq-qcom-hw: Allow just 1 frequency domain Message-ID: <167900619866.4014261.927825171033177419.robh@kernel.org> References: <20230308-topic-cpufreq_bindings-v1-0-3368473ec52d@linaro.org> <20230308-topic-cpufreq_bindings-v1-1-3368473ec52d@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230308-topic-cpufreq_bindings-v1-1-3368473ec52d@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 08 Mar 2023 02:26:58 +0100, Konrad Dybcio wrote: > Some SoCs implementing CPUFREQ-HW only have a single frequency domain. > Allow such case. > > Signed-off-by: Konrad Dybcio > --- > Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring