From mboxrd@z Thu Jan 1 00:00:00 1970 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 DEF8DC6FD1D for ; Tue, 14 Mar 2023 12:59:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232365AbjCNM7l (ORCPT ); Tue, 14 Mar 2023 08:59:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43510 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231735AbjCNM7P (ORCPT ); Tue, 14 Mar 2023 08:59:15 -0400 Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7B512A153 for ; Tue, 14 Mar 2023 05:55:05 -0700 (PDT) Received: by mail-lf1-x12c.google.com with SMTP id j11so19841243lfg.13 for ; Tue, 14 Mar 2023 05:55:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678798395; 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=4u3Z3dy+BkRpYnwJeMmsX9DLvnoWFwoNz/SMy/Kse+s=; b=TG/aRre2IMmj8QLixAQRBH73H1l20aDMhTGZJDEOIszf0LFlQ+k8f6rh8TAcdNpJZT FiRrFPTBE/4EoafF6P3n9dguI+keHo/3WUs41sYv/UuwlX8k0dHiP3hvWTJzhw8egshg UYdoCR5Rwt24iLWkzIsQd5l1hCEu1d/914qDur0/WMYqisv/I4+gpIWu9Y+IFpG4DRtX pJDDHBZwFrJUx+XZIIe8YPXzo8+ADgd7YMqsWOZwpeGZpaSXXC8w8KBymjwEx0BUKV3l VmvDMvtOmQc0hIyJG8Ys13NLbLc/ivBDxJxmvxt6ZvqcTEE4wn3bcNeNVfbh8quzTwT1 jSTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678798395; 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=4u3Z3dy+BkRpYnwJeMmsX9DLvnoWFwoNz/SMy/Kse+s=; b=Hp7tV7Tc7U9hzpBOOPT7AtCzlKJlKBpSEU6THtG03hjZ6QlfteqDLKf6VEjZ4DqxSf RN4CHKcnCQIfPX8SmKAbgNCox7bb8zTY4l75w9qQGQQUlU3peWCfyKZz9rM+TDvZv/b5 8VfvZXCbquLG2GXybaplF3CGkuUf/YVoO43Q84QXX9mPcLIp506AxGerFixXfDEfgJB2 /3UyT8vlFYlASFuIXWVMhrLjf+xExhfNn5FbAupqOo6bWnm9M8DxoEQjU7PrujkzGBEP 053EJh/OE57HU3f1DYnsZVEmcHBJ8RL4HvXYkkB9b0qM6vfx3r2/TbaW/OWILSFjSobg AmUA== X-Gm-Message-State: AO0yUKWZBMmFL3dlmByjBTQywMS9Hv+9fA6zzRU1d2uzFxI8MikmBgCT QBALalUtC7YLPsA/zYO6VHxOaw== X-Google-Smtp-Source: AK7set/RixxVNKujsAXzNyntLdalHXNIeBxQK5g7qnTRfuTqqa5fNYgeB41cA485GhqwyPyUfX88XA== X-Received: by 2002:a19:f613:0:b0:4dd:af74:fe1a with SMTP id x19-20020a19f613000000b004ddaf74fe1amr821319lfe.48.1678798395683; Tue, 14 Mar 2023 05:53:15 -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.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Mar 2023 05:53:15 -0700 (PDT) From: Konrad Dybcio Date: Tue, 14 Mar 2023 13:52:59 +0100 Subject: [PATCH 4/6] dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20230314-topic-2290_compats-v1-4-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=760; i=konrad.dybcio@linaro.org; s=20230215; h=from:subject:message-id; bh=N4Xjte+JpBIPh/cB6jQob/nXlB7qFTxxjX08BpaMx4c=; b=cHqD/zIBdnuelq4KzPpe+lOLAwsvFvrsDfIS2+ESZPop3zz77xxi1NVoWRRX75v9bCykU+2lLpRf it1bWjpxDnXB4TIUAStq4P+tuYLYJi0SmeK0/c6UL3mtMdQbw89A X-Developer-Key: i=konrad.dybcio@linaro.org; a=ed25519; pk=iclgkYvtl2w05SSXO5EjjSYlhFKsJ+5OSZBjOkQuEms= Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Document the SDHCI on QCM2290. Signed-off-by: Konrad Dybcio --- Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml index 64df6919abaf..7d4c5ca25e0d 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -36,6 +36,7 @@ properties: - enum: - qcom,ipq5332-sdhci - qcom,ipq9574-sdhci + - qcom,qcm2290-sdhci - qcom,qcs404-sdhci - qcom,sc7180-sdhci - qcom,sc7280-sdhci -- 2.39.2