From patchwork Tue Mar 14 12:52:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Konrad Dybcio X-Patchwork-Id: 13174395 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 A6C1BC7618A for ; Tue, 14 Mar 2023 13:08:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231946AbjCNNIU (ORCPT ); Tue, 14 Mar 2023 09:08:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232053AbjCNNH5 (ORCPT ); Tue, 14 Mar 2023 09:07:57 -0400 Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 869E39FBCC for ; Tue, 14 Mar 2023 06:04:39 -0700 (PDT) Received: by mail-ed1-x52c.google.com with SMTP id x3so61674292edb.10 for ; Tue, 14 Mar 2023 06:04:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678799072; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=Oc/yTtxpfi/cx0O/ciOGYJj7wULj4xSmUjomTMHGaJ0=; b=yynVl28tWKH8DuYy5BWo+wD0r4+SQlnDOW0eVxItNeFcYNns6X31jwmNTnBJS+ejHb EcJa2Dy/jjmhe2yDzz5cnVt5IjcQYgkITRJo0PEPS1e8+jA8xVQhJxgDo3naHcoRySkp +SmeHFil2NbBoSJ9acjMZ0AwOV+He0Dov3jQVe1TcF78CnyyyE868oZeomQwuU0PNukf FiMWZwlLBDMkeDIHjX9dsHbh4gWKDpz8Ks/yr5GyIIARciYE7bIAfOIjC2f9VXgupTNq 6bW03GAs0YBjIV79upnCFgjE2pFkV/OdkMCzm6kMwUB3RfpDlHbnhTE2GRE5SlH1pOAq oi3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678799072; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Oc/yTtxpfi/cx0O/ciOGYJj7wULj4xSmUjomTMHGaJ0=; b=CxlZW6qxjeZn2w2t+eX0UmXEuJHLpRmGoH9eTV/HTP6mYpqrYYiRF89fGlr0gpwE7A u35VWZN0XtJbWM3JeEpJqU9aLjk2IX8S6LYVlt0GWbmzY6cA+Wg3JypXxL0MtHNZt1yr bwrCn+8RbNwh8KYmWn4H3SbA3hSexqd4RfPXq/jto4uAUlEsX3D7o2kAYdX0JvqDiPgr IFm0pgKu2H/tX49YiyfAIHjDPuE8bhC/hR/nqUJgeK36fD6isnB29Wx9uT9nFUt4V+oQ er0z1NpihZ4BhnV7WadOxNsdPEeP4xnp9Yl0RECEmFjw/kn4oVORa+UdmFGMifFiZa+a Sv0Q== X-Gm-Message-State: AO0yUKUm2PIXsBURAvQ6dHQgKjg+Dgim4Wwm01sdh4RSDRDMAjoJKlHK EeO46yOjTaX5KUjr69IM+fLxLenY800rmjsbX6g= X-Google-Smtp-Source: AK7set/cA5JzNq58dSwBAkLHZCu0RayEc27uAlLkeTiHXGkrsrtUKK6Xmh8rmkhOulNKQc/fzE5z3w== X-Received: by 2002:ac2:4c29:0:b0:4e8:49ff:8df8 with SMTP id u9-20020ac24c29000000b004e849ff8df8mr770470lfq.61.1678798393458; Tue, 14 Mar 2023 05:53:13 -0700 (PDT) Received: from [192.168.1.101] (abyj16.neoplus.adsl.tpnet.pl. [83.9.29.16]) by smtp.gmail.com with ESMTPSA id s9-20020a19ad49000000b004dda74eccafsm395374lfd.68.2023.03.14.05.53.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Mar 2023 05:53:13 -0700 (PDT) From: Konrad Dybcio Date: Tue, 14 Mar 2023 13:52:58 +0100 Subject: [PATCH 3/6] dt-bindings: nvmem: Add compatible for QCM2290 MIME-Version: 1.0 Message-Id: <20230314-topic-2290_compats-v1-3-47e26c3c0365@linaro.org> References: <20230314-topic-2290_compats-v1-0-47e26c3c0365@linaro.org> In-Reply-To: <20230314-topic-2290_compats-v1-0-47e26c3c0365@linaro.org> To: Andy Gross , Bjorn Andersson , Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Prakash Ranjan , Vinod Koul , Srinivas Kandagatla , Ulf Hansson , Bhupesh Sharma , Greg Kroah-Hartman , Wesley Cheng , Amit Kucheria , Thara Gopinath , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui Cc: linux-arm-msm@vger.kernel.org, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, linux-mmc@vger.kernel.org, linux-usb@vger.kernel.org, linux-pm@vger.kernel.org, Konrad Dybcio X-Mailer: b4 0.12.1 X-Developer-Signature: v=1; a=ed25519-sha256; t=1678798384; l=777; i=konrad.dybcio@linaro.org; s=20230215; h=from:subject:message-id; bh=hWgvEppu/A1SXLKMMX+IVEfzPX58BD27JWEng55RY7w=; b=Ef0WrVrVXlVDBJBByuHYfJlJ7lKiC4VKDD9vte3q6X/PFMC2o+9sSEcy8IVuH2VILi/qU5aK+BY5 Ts3tc5KED8ipFSTE15LUOfkLBF7qH00cFE3ULYIfdjVnID+Jp6zW X-Developer-Key: i=konrad.dybcio@linaro.org; a=ed25519; pk=iclgkYvtl2w05SSXO5EjjSYlhFKsJ+5OSZBjOkQuEms= Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Docuemnt the QFPROM on QCM2290. Signed-off-by: Konrad Dybcio Acked-by: Krzysztof Kozlowski --- 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 2173fe82317d..1bd213f9eb38 100644 --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml @@ -25,6 +25,7 @@ properties: - qcom,msm8976-qfprom - qcom,msm8996-qfprom - qcom,msm8998-qfprom + - qcom,qcm2290-qfprom - qcom,qcs404-qfprom - qcom,sc7180-qfprom - qcom,sc7280-qfprom