From patchwork Sun Oct 17 16:12:17 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 1542256 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.a=rsa-sha256 header.s=google header.b=BniomNIA; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4HXQ2z6ztxz9s1l for ; Mon, 18 Oct 2021 03:10:35 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242293AbhJQQMo (ORCPT ); Sun, 17 Oct 2021 12:12:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60994 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242274AbhJQQMn (ORCPT ); Sun, 17 Oct 2021 12:12:43 -0400 Received: from mail-oi1-x22e.google.com (mail-oi1-x22e.google.com [IPv6:2607:f8b0:4864:20::22e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C2BDC061768 for ; Sun, 17 Oct 2021 09:10:33 -0700 (PDT) Received: by mail-oi1-x22e.google.com with SMTP id z126so21001427oiz.12 for ; Sun, 17 Oct 2021 09:10:33 -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:in-reply-to:references :mime-version:content-transfer-encoding; bh=jyfqM/OkOGDTylEF0G7QeEmAUFbRxWpurX7Xal1S7XI=; b=BniomNIAIl1COE780+8tOO3H5psZSPZRgPEGVC9tx0lgAa4+UiumebMQBGtFDQauar Bz2xiROrO9UgYshcN6KP7cl1Koziotsj3jHuLwC10Tjh+RngUlmIsP5Q+2iVERCxGEjA ep+wDj8k56AWc6oNDgOIuVjgorme6DOhmxwsWWeU4FLidnU1qEpNleuvmNz1cAmbZDA6 pusPrqPYEbHwXy1SGrFHmQEWDtpBP+bdaiF90DlTcrvfY8cPh7ihn/UsLnPTaYDJSzTr 4Oro+Fi5oYOVKPP0o8ggnLtJmn8LkyBWTBHk7m8eMRpbrXmUVtbOKvSmyAuoaJYnWVzu TXXg== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=jyfqM/OkOGDTylEF0G7QeEmAUFbRxWpurX7Xal1S7XI=; b=Okj4EYjW3IWUGGkrBaWSzpuhV+JRRrzO3Uu/T5H8Ixsd+7stKEvnGzGoWeqxIYGJhU rsS5WuUvlENVPSBM7qcnC7vYp06EHjKhoWyZRrQRrxevxlm1KWPa1d+DYaKWRlGoT8Hy zqT2CTJGXr+ydMMgTAIov079gUgYHnaEAg55jJfBBXGE/iy7kAu01Ui6PS4kkoyN72JQ AVwuwlVvZdVD6SH3TQTcCp77piw+HUgl98ccWx3EfWtN3wmrbfvoRanaRVAd9rs5whNI LmWO795jwgs3yu4/sQCQzfC1tyVo2KxJW8v4X+oO3fa5KqHNKhbNN3zwF10e9J7HiYjk tR3w== X-Gm-Message-State: AOAM533nCwS0Q8zg6iT0r5aLNPk7FnO7MRci9mvY+8RQwhZBAetQnHXu XeTrofPLOnGqPQrvXXo44Fto5g== X-Google-Smtp-Source: ABdhPJwGEO3qxmQuJKwk0Tkuuk/wqgtQj/kcR1yilUJBAL84QN0sXXyJ4sORAxlWoyolHfyIF5gPZw== X-Received: by 2002:a05:6808:1250:: with SMTP id o16mr16934453oiv.63.1634487033017; Sun, 17 Oct 2021 09:10:33 -0700 (PDT) Received: from localhost.localdomain ([2600:1700:a0:3dc8:205:1bff:fec0:b9b3]) by smtp.gmail.com with ESMTPSA id ay42sm2514892oib.22.2021.10.17.09.10.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Oct 2021 09:10:32 -0700 (PDT) From: Bjorn Andersson To: Lee Jones , Rob Herring Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 3/4] mfd: qcom-spmi-pmic: Document ten more PMICs in the binding Date: Sun, 17 Oct 2021 09:12:17 -0700 Message-Id: <20211017161218.2378176-3-bjorn.andersson@linaro.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20211017161218.2378176-1-bjorn.andersson@linaro.org> References: <20211017161218.2378176-1-bjorn.andersson@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Update the binding with eight more SPMI PMIC compatibles found in the PMIC info list in the Qualcomm socinfo driver and add the two PM660 related PMICs supported by the SPMI PMIC driver but are missing from the document. Then remove the duplicate entry for pma8084. Signed-off-by: Bjorn Andersson --- Changes since v1: - Rebased on top of sorting of entries - Added the two PM660 related PMICs from the binding - Dropped he duplicate pma8084 that showed up in the sort .../devicetree/bindings/mfd/qcom,spmi-pmic.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt index 67785b6d66e9..7a27c500ff63 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt @@ -15,14 +15,22 @@ each. A function can consume one or more of these fixed-size register regions. Required properties: - compatible: Should contain one of: + "qcom,pm660", + "qcom,pm660l", "qcom,pm7325", "qcom,pm8004", "qcom,pm8005", "qcom,pm8019", + "qcom,pm8028", "qcom,pm8110", + "qcom,pm8150", + "qcom,pm8150b", + "qcom,pm8150c", + "qcom,pm8150l", "qcom,pm8226", "qcom,pm8350c", "qcom,pm8841", + "qcom,pm8901", "qcom,pm8909", "qcom,pm8916", "qcom,pm8941", @@ -30,14 +38,15 @@ Required properties: "qcom,pm8994", "qcom,pm8998", "qcom,pma8084", - "qcom,pma8084", "qcom,pmd9635", "qcom,pmi8950", "qcom,pmi8962", "qcom,pmi8994", "qcom,pmi8998", + "qcom,pmk8002", "qcom,pmk8350", "qcom,pmr735a", + "qcom,smb2351", or generalized "qcom,spmi-pmic". - reg: Specifies the SPMI USID slave address for this device. For more information see: