From nobody Sun Apr 19 20:39:46 2026 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 090FCC433EF for ; Mon, 27 Jun 2022 14:33:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236538AbiF0Odz (ORCPT ); Mon, 27 Jun 2022 10:33:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237566AbiF0Odw (ORCPT ); Mon, 27 Jun 2022 10:33:52 -0400 Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 533D3B4B0 for ; Mon, 27 Jun 2022 07:33:51 -0700 (PDT) Received: by mail-wr1-x435.google.com with SMTP id o4so9403075wrh.3 for ; Mon, 27 Jun 2022 07:33:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=sWc3J/CV8Dtuzf2S0I8qVO7xqFOXn3NKNC59Q9TMvRQ=; b=UbLPodrqAHIe1Am49Jl0smN4f299SAzH8V94mbM/HXZOKBMiT2tDFem+KKm5Z9ammZ a8mtrRODvmxRvsGtyhAIntCA2XzmMpGhcnzQK6C05F8qCy7PsDKWEJJ0dBDu3i2TWhFI wiqov+jDEEdzVOQREep9skMioOzRBFWRx+hzDvEjR+4lTOu7CZAYyNe18UjbJQZU1gug yq7AvsAph5EqbHGwi/YIKou3IE5CVQ6bzw1wyBD4v9ndoZaBJ+jHgXzrXTU49pEF1JQe 8LWZYVRoqsWZHfoFEinAN9A7hkYmBKVxa5ejeJDRa5D2EsXPxs6hexOOHpYBKhQh777n xQkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=sWc3J/CV8Dtuzf2S0I8qVO7xqFOXn3NKNC59Q9TMvRQ=; b=jFx919qb3Z/+zvXL9Sk7qGapYk8AVgZhN7138q3OFzw/7SBXt3Rep754eKhwW7AE2k Lqksi2x5yy7ir07QkEB4ZoJv/ALuhjMg9T0UjGwDsxeTcYWcvb8izBD3hbqO8wFwFXfm zRVMQCC0i5zRibBhIVAc0q4hDxWX9p94gK0VQdLADqtzNbF+WTaFBAB22uFXLFvTYpPm 1D7XmBpUeEqYvfobaa+b/Cc07xSdsihQx/pMdrCdj9h70WV1DDgCiD0P5/cCz7yfX/23 BYMomTM6Fuu6pltDFE04Al7P2+IlWAo/0jTCzvFYqFmOrliWWihgECat+VCOvafBC/4s /l6A== X-Gm-Message-State: AJIora8H8pGA00z38ZZbnBb4WZCSoguRN9BfvZryJP0+1wVFDaIa8wzK a9MIgc3WoB/ZSnSNstESqvZcCg== X-Google-Smtp-Source: AGRyM1td5C3j6o9ZaJOP1OSfx0uzHnsd1SFmlzB3W+qSi+8mrcTsis3hcWPGR5bJVuGmc7yL4DdJtg== X-Received: by 2002:adf:e102:0:b0:21b:af5d:6f15 with SMTP id t2-20020adfe102000000b0021baf5d6f15mr12781924wrz.648.1656340429944; Mon, 27 Jun 2022 07:33:49 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id r10-20020a05600c284a00b0039c41686421sm16890723wmb.17.2022.06.27.07.33.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Jun 2022 07:33:49 -0700 (PDT) From: Krzysztof Kozlowski To: Ilia Lin , Andy Gross , Bjorn Andersson , "Rafael J. Wysocki" , Viresh Kumar , Rob Herring , Krzysztof Kozlowski , linux-pm@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Rob Herring Subject: [PATCH] dt-bindings: cpufreq: qcom-cpufreq-nvmem: fix board compatible in example Date: Mon, 27 Jun 2022 16:33:40 +0200 Message-Id: <20220627143340.477120-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" In the example, alone compatible "qcom,qcs404" is not correct. Add proper board compatibles for QCS404 Evaluation Board. Reported-by: Rob Herring Signed-off-by: Krzysztof Kozlowski Acked-by: Rob Herring Acked-by: Viresh Kumar --- Can be picked up independently, although the issue reported by Rob was caused by: https://lore.kernel.org/all/CAL_JsqKXDs=3DQHKob2Xy6vAFZfnkM9ggfmqf9TNA1hv8T= ScTmgQ@mail.gmail.com/ --- .../devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.y= aml b/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml index a9a776da5505..10b3a7a4af36 100644 --- a/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml +++ b/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml @@ -63,8 +63,8 @@ additionalProperties: true examples: - | / { - model =3D "Qualcomm Technologies, Inc. QCS404"; - compatible =3D "qcom,qcs404"; + model =3D "Qualcomm Technologies, Inc. QCS404 EVB 1000"; + compatible =3D "qcom,qcs404-evb-1000", "qcom,qcs404-evb", "qcom,qc= s404"; #address-cells =3D <2>; #size-cells =3D <2>; =20 --=20 2.34.1