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 BFEBDCCA47C for ; Tue, 12 Jul 2022 11:10:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232922AbiGLLK2 (ORCPT ); Tue, 12 Jul 2022 07:10:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232977AbiGLLKN (ORCPT ); Tue, 12 Jul 2022 07:10:13 -0400 Received: from mail-lf1-x12e.google.com (mail-lf1-x12e.google.com [IPv6:2a00:1450:4864:20::12e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6869B186F for ; Tue, 12 Jul 2022 04:10:11 -0700 (PDT) Received: by mail-lf1-x12e.google.com with SMTP id a9so13329603lfk.11 for ; Tue, 12 Jul 2022 04:10:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=uwaWTlB9XyYSCbsGwzEE8BVlrGpHkrwxw1TbvJ4Org4=; b=DZx1pmciZROwc48L94adQPdjnNrHIsmIDfTxOKjK16+njO+4fyxaxlfXdN3waf3a0b iM5mPh1KW6XDNtqJ5QAy5OO0FvJxeAr8GKZ6B10T7DxKG8mzOirP0a/YeYev9YrUP8Go EM+SizTVel+y1raK1kbUZEwmfSD12pnlfo5JjYYQO6uzVckxQqgfpa0i5Am1uxsmX4xN iBX32lKu6C3qjvzBGmJG7BNnfMG3ZTa9XelXo5bv/y+hJv2m28qCCC0SUYvJ5OENLuHE O/7banmuGTWx6F4R2jJhe3T5FbLDe9eZdTERHLTzM798W8RBUvKoY7oUZwazBiMlgvS+ 9llg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=uwaWTlB9XyYSCbsGwzEE8BVlrGpHkrwxw1TbvJ4Org4=; b=3GgGQZNnjcFJ6XQu+DB96ohHkb7vAPCyFmp3mhOuKOOcr/QzZawUUDbvmJEHDQNiLX gan8zhm2cNAPkt2xM5IlKnbrKd16LIUYJvuB6BuTsNJFy5NLA4dbCvEk62pkj8uyBlQB 5r5SUWI6HZuoxK77z/rDF5pAX1OCBDz5IHKHdPFvy9EG05H5fAHsHHdWI873hECOxUfV tCdFdF8Q24/bBl3cvxX0FsY3btDhTTQacRVRpyUPHM4qx8kxeXfCynU0U1+EyopWnyVC KDMt7nCrQ73YKSkldVcPIb16URAqt0OXKuiQ9zbgUFUHxCyDdSy3vKiaN1swiyD6aZOQ Kwjw== X-Gm-Message-State: AJIora8MvtExfxJg2gq0nB+o+NucTDeYyV4ZJbLfTGci/M96LO2TrW4x sy6+Cn0abEfIErmCOYt9qNxQbGQ1ev5lGtXy2ElIUPPwJOw= X-Google-Smtp-Source: AGRyM1ve5l8iOOqjKIRpIrGFxxBTNnh3DERnaKcFR3f0PFlcws/EjMxWxw8lvTV7HgWGqRd6EEPzTV4VMLjMOFwbt28= X-Received: by 2002:a05:6512:15a8:b0:489:ed48:24 with SMTP id bp40-20020a05651215a800b00489ed480024mr2187021lfb.184.1657624210224; Tue, 12 Jul 2022 04:10:10 -0700 (PDT) MIME-Version: 1.0 References: <20220704143554.1180927-1-robimarko@gmail.com> In-Reply-To: <20220704143554.1180927-1-robimarko@gmail.com> From: Ulf Hansson Date: Tue, 12 Jul 2022 13:09:33 +0200 Message-ID: Subject: Re: [PATCH v2 1/2] dt-bindings: mmc: sdhci-msm: document resets To: Robert Marko Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, agross@kernel.org, bjorn.andersson@linaro.org, konrad.dybcio@somainline.org, bhupesh.sharma@linaro.org, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon, 4 Jul 2022 at 16:35, Robert Marko wrote: > > Commit "mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC" added > support for utilizing a hardware reset and parsing it from DT, however > the bindings were not updated along with it. > > So, document the usage of "resets" property with the limit of only one > item. > > Signed-off-by: Robert Marko Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > index 31a3ce208e1a..ca8814a80443 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > @@ -116,6 +116,9 @@ properties: > description: > Should specify pin control groups used for this controller. > > + resets: > + maxItems: 1 > + > qcom,ddr-config: > $ref: /schemas/types.yaml#/definitions/uint32 > description: platform specific settings for DDR_CONFIG reg. > -- > 2.36.1 >