From patchwork Fri Aug 19 08:31:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 598770 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 B38A6C28B2B for ; Fri, 19 Aug 2022 08:32:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347242AbiHSIcT (ORCPT ); Fri, 19 Aug 2022 04:32:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347156AbiHSIcS (ORCPT ); Fri, 19 Aug 2022 04:32:18 -0400 Received: from mail-lf1-x134.google.com (mail-lf1-x134.google.com [IPv6:2a00:1450:4864:20::134]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1EF0AE97FE for ; Fri, 19 Aug 2022 01:32:17 -0700 (PDT) Received: by mail-lf1-x134.google.com with SMTP id s1so2432844lfp.6 for ; Fri, 19 Aug 2022 01:32:17 -0700 (PDT) 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; bh=N4cVOvKLw+JRrcyC9iyaAUwD4TmpSDd50ehLIjD+FJ8=; b=LTrLSr8d2izE40ursGNIZ1/Uum5CUAczfSeWIwEnU1CtE8uxPAk8+eaNoBuGKnsy1V kYQLR4EIDZcZPOrmJuzbkBJAJAt2Be7bAsdjxQYUDhhcPfy/vQb2JLuFpk99eienrX4u y06p2PKRXwW72F200b+X0HIavY9rJqtnBxp7otNY5F346lISBkQTjBQKHzBpvn/DDttX 6uxN9VJpklj/YWZW2ZdwWTrKzxyepXk0Rf/tGJALluMRyd4TiiaaXqZbv2mtDlanPnOO 1VQRJOFGqaUB99NV2OuZyyzYuOwFZ0rzAF7lYclTtYQah/0FxHurMtrRSxiAc25OyAPr n4aA== 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; bh=N4cVOvKLw+JRrcyC9iyaAUwD4TmpSDd50ehLIjD+FJ8=; b=E4Vdr1MiR228Yg9Ad6os3o+hg8V+21DejV0wIF0nLI1xe0BgEs22rjVjK2Bw8WRvDC xIK4bn8LYZYGdT4OTUfS2O+wK2kL6cdAZQraqpv8LvBrFB/iDlLytNtL8BJz1pCoPo0M 5koc/0NKaV4tYj+MF0sJwkw/kHikrHChghYpjGNClnLw1X0C8tb/yOnBqwZMcxGnEAAo Ei5be/toFZvowUFoNTMr1LG6ED7Ic7HOvuv4i5xILbPjiLUV512IvxgT1ZhXayN7Swhv NtJDOGpfc1C+rhgaUIMqj8xXFtpx6P9RtPoBx1IGpN7VMg1MHsqDVFIjQH2pIq+bajM1 LP9A== X-Gm-Message-State: ACgBeo3/fQagprnLjMcIvt+ZhX2U730tYrzCnVHyjC5eylhsB80BLgk8 Bc/Zpmh6OApliEv4buJb+C7Lxw== X-Google-Smtp-Source: AA6agR5THR1kx33I9E3d3N3nFfvgn8gtcpulk86lo1PcTv3kHAzcJwC2u917khiPO4EROMZsomS9Ag== X-Received: by 2002:a05:6512:3c9b:b0:48b:40ea:c9f2 with SMTP id h27-20020a0565123c9b00b0048b40eac9f2mr2036846lfv.170.1660897935494; Fri, 19 Aug 2022 01:32:15 -0700 (PDT) Received: from krzk-bin.. (d1xw6v77xrs23np8r6z-4.rev.dnainternet.fi. [2001:14bb:ac:e5a8:ef73:73ed:75b3:8ed5]) by smtp.gmail.com with ESMTPSA id j8-20020a19f508000000b00492a54f0be1sm545355lfb.284.2022.08.19.01.32.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 01:32:15 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Lee Jones , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [RFT PATCH v3 01/16] dt-bindings: mfd: qcom, tcsr: add several devices Date: Fri, 19 Aug 2022 11:31:54 +0300 Message-Id: <20220819083209.50844-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220819083209.50844-1-krzysztof.kozlowski@linaro.org> References: <20220819083209.50844-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Document existing (MSM8996, SC7280) and new compatibles for TCSR syscon registers (QCS404, SC7180, SDM630, SDM845, SM8150, MSM8998). Signed-off-by: Krzysztof Kozlowski Acked-by: Rob Herring --- Changes since v2: 1. Add more compatibles. Changes since v1: 1. Correct order of compatibles. --- Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml index 2f816fd0c9ec..d3c25daa995e 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml +++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml @@ -18,6 +18,13 @@ properties: oneOf: - items: - enum: + - qcom,msm8998-tcsr + - qcom,qcs404-tcsr + - qcom,sc7180-tcsr + - qcom,sc7280-tcsr + - qcom,sdm630-tcsr + - qcom,sdm845-tcsr + - qcom,sm8150-tcsr - qcom,tcsr-apq8064 - qcom,tcsr-apq8084 - qcom,tcsr-ipq8064 @@ -27,6 +34,7 @@ properties: - qcom,tcsr-msm8953 - qcom,tcsr-msm8960 - qcom,tcsr-msm8974 + - qcom,tcsr-msm8996 - const: syscon - items: - const: qcom,tcsr-ipq6018