From patchwork Thu Oct 7 21:24:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Weiss X-Patchwork-Id: 12543543 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0AADDC43219 for ; Thu, 7 Oct 2021 21:25:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E94DF6120D for ; Thu, 7 Oct 2021 21:25:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236433AbhJGV1Y (ORCPT ); Thu, 7 Oct 2021 17:27:24 -0400 Received: from mail.z3ntu.xyz ([128.199.32.197]:58936 "EHLO mail.z3ntu.xyz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233241AbhJGV1T (ORCPT ); Thu, 7 Oct 2021 17:27:19 -0400 Received: from localhost.localdomain (ip-213-127-63-121.ip.prioritytelecom.net [213.127.63.121]) by mail.z3ntu.xyz (Postfix) with ESMTPSA id 8F8B1C91C2; Thu, 7 Oct 2021 21:25:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=z3ntu.xyz; s=z3ntu; t=1633641923; bh=cPDamchJW0mjeP0iNR4px+LzJKosMc9BhKEa6fAGkEw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=eNB27IH0URMurg1yZQMneF2+ZSlXjeFpjJJOYW3aWsbOdmP/Jp7kD8rJYcDWD7mzG BgO2zIfokQpcTNUirSUR+MF7GxzsugUYfg/REfROSyBirYE7AhMd9DQL74CCWGAiyI zM0j6mqBlBDUog6kBdd+JhV9gy9Sozc8szcyNsaE= From: Luca Weiss To: linux-arm-msm@vger.kernel.org Cc: ~postmarketos/upstreaming@lists.sr.ht, konrad.dybcio@somainline.org, Luca Weiss , Andy Gross , Bjorn Andersson , Liam Girdwood , Mark Brown , Rob Herring , David Collins , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 02/11] dt-bindings: regulator: qcom,rpmh: Add compatible for PM6350 Date: Thu, 7 Oct 2021 23:24:29 +0200 Message-Id: <20211007212444.328034-3-luca@z3ntu.xyz> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211007212444.328034-1-luca@z3ntu.xyz> References: <20211007212444.328034-1-luca@z3ntu.xyz> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add compatible string for pm6350 used in sm6350 boards. Signed-off-by: Luca Weiss Acked-by: Rob Herring --- .../devicetree/bindings/regulator/qcom,rpmh-regulator.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml index 34de38377aa6..b959504e0ea4 100644 --- a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml @@ -35,6 +35,7 @@ description: | PMIC. Supported regulator node names are For PM6150, smps1 - smps5, ldo1 - ldo19 For PM6150L, smps1 - smps8, ldo1 - ldo11, bob + For PM6350, smps1 - smps5, ldo1 - ldo22 For PM7325, smps1 - smps8, ldo1 - ldo19 For PM8005, smps1 - smps4 For PM8009, smps1 - smps2, ldo1 - ldo7 @@ -52,6 +53,7 @@ properties: enum: - qcom,pm6150-rpmh-regulators - qcom,pm6150l-rpmh-regulators + - qcom,pm6350-rpmh-regulators - qcom,pm7325-rpmh-regulators - qcom,pm8005-rpmh-regulators - qcom,pm8009-rpmh-regulators