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 7FA5EC38142 for ; Fri, 27 Jan 2023 11:18:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231847AbjA0LSC (ORCPT ); Fri, 27 Jan 2023 06:18:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231636AbjA0LRz (ORCPT ); Fri, 27 Jan 2023 06:17:55 -0500 Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44D3A59CA for ; Fri, 27 Jan 2023 03:17:49 -0800 (PST) Received: by mail-wr1-x432.google.com with SMTP id m7so4652756wru.8 for ; Fri, 27 Jan 2023 03:17:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=bcQCOTgzaeE74ZCuxo4/3CNeOTAuJvVOxPA2T7IDx74=; b=SKvsZzmdaghpxygEouhG8N98RssGxSsu0eDO3I/lv3ON+Of+PsyJ1BHGuF4Y+kk4xk qStGLzevngbOatsm2tEzAOyb8FZdB9adz3YZhi6TfVBCDEy1xxL0yVq6gCJBrTKQnN/z 3+6iYGwNqWd1ttmxLKk/VffzfR7Xtqx5Lj2EEuEkLedlv30P52cVC2QZFG4IBSo6MNd0 OMZQDouWIuJXcnuus+vElDXWjGD9e0mrF5dso0wYSBNsfC+YVmsC+v6/tChHQ4lYiEcO VowcGBwOPkOAM0U/pFt1mzb0lziEDAUK1YORA5/K8Jgv8RH+fmIHkeWrK64yDkcwcE7F WKVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=bcQCOTgzaeE74ZCuxo4/3CNeOTAuJvVOxPA2T7IDx74=; b=PsKjzgkbmSqS84M0JjempID8lyeF/v/qJNaQX7aZh1Y3gEo0MAVc220ZEjbSlhfiTJ kBiWjuYvmhGCi/ibo5yxcGUhDUPXhoSHuumWlAQQ6/sfPEZYF5RCcWQhvUE3O+lX2tM/ TfG/Ged9j/z6+sipQWmFxCFG1P3KzKCSSTUJLOc8NKlrfDrXlbKEHcOdLLPbYeW8aW2V v4VnFeEV43nOgX5NnjVG/tj3Zd0R50Xpd7VdyFfeo9o01iMYpS5QQRkpIQI8DCM4etTI xIcw3PMMkptvCDkKH3MER0Pb+cWbiFhOjntZY6PBtl8xhNELC5U9nwhZjLMasZTxdB1i 15XQ== X-Gm-Message-State: AO0yUKWNkCenpd/S8h2q85Z+hYV6arDayK7IvcOFVi492qcBUi8+BOvy 3wdur/M4peP70BIf6uJsSaYARA== X-Google-Smtp-Source: AK7set+pNN5wERN2lyAO5mm97bqpAECDVNdPpQzfrZCusqSgPfTCVBSarSB7hfcaVpMw9kQ/oUC8xQ== X-Received: by 2002:adf:a1dc:0:b0:2bf:b4ca:6bac with SMTP id v28-20020adfa1dc000000b002bfb4ca6bacmr9235874wrv.59.1674818269102; Fri, 27 Jan 2023 03:17:49 -0800 (PST) Received: from localhost.localdomain ([5.133.47.210]) by smtp.gmail.com with ESMTPSA id c13-20020adffb0d000000b002bfd190fd60sm1843314wrr.108.2023.01.27.03.17.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Jan 2023 03:17:48 -0800 (PST) From: Srinivas Kandagatla To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Konrad Dybcio , Krzysztof Kozlowski , Srinivas Kandagatla Subject: [PATCH 06/37] dt-bindings: nvmem: Add compatible for SM8250 Date: Fri, 27 Jan 2023 11:15:34 +0000 Message-Id: <20230127111605.25958-7-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230127111605.25958-1-srinivas.kandagatla@linaro.org> References: <20230127111605.25958-1-srinivas.kandagatla@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Konrad Dybcio Docuemnt the QFPROM on SM8250. Signed-off-by: Konrad Dybcio Acked-by: Krzysztof Kozlowski Signed-off-by: Srinivas Kandagatla --- Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml index a248033026b1..9ddf3cef9e84 100644 --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml @@ -32,6 +32,7 @@ properties: - qcom,sdm845-qfprom - qcom,sm6115-qfprom - qcom,sm8150-qfprom + - qcom,sm8250-qfprom - const: qcom,qfprom reg: -- 2.25.1