Message ID | 20220910143213.477261-6-iskren.chernev@gmail.com |
---|---|
State | Accepted |
Commit | a7c9986880b00d7088bf115439273f856a681f60 |
Headers | show |
Series | [v3,1/9] dt-bindings: ufs: qcom: Add sm6115 binding | expand |
On 10/09/2022 16:32, Iskren Chernev wrote: > Most mmc blocks contain two pinctrls, default and sleep. But then > dt-schema complains about pinctrl-1 not being defined. > > Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 9/10/22 8:02 PM, Iskren Chernev wrote: > Most mmc blocks contain two pinctrls, default and sleep. But then > dt-schema complains about pinctrl-1 not being defined. > > Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > index a792fa5574a0..775476d7f9f0 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > @@ -97,6 +97,10 @@ properties: > description: > Should specify pin control groups used for this controller. > > + pinctrl-1: > + description: > + Should specify sleep pin control groups used for this controller. > + > resets: > maxItems: 1 > Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Thanks.
On Sat, 10 Sept 2022 at 16:32, Iskren Chernev <iskren.chernev@gmail.com> wrote: > > Most mmc blocks contain two pinctrls, default and sleep. But then > dt-schema complains about pinctrl-1 not being defined. > > Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > index a792fa5574a0..775476d7f9f0 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > @@ -97,6 +97,10 @@ properties: > description: > Should specify pin control groups used for this controller. > > + pinctrl-1: > + description: > + Should specify sleep pin control groups used for this controller. > + > resets: > maxItems: 1 > > -- > 2.37.2 >
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml index a792fa5574a0..775476d7f9f0 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -97,6 +97,10 @@ properties: description: Should specify pin control groups used for this controller. + pinctrl-1: + description: + Should specify sleep pin control groups used for this controller. + resets: maxItems: 1
Most mmc blocks contain two pinctrls, default and sleep. But then dt-schema complains about pinctrl-1 not being defined. Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> --- Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 4 ++++ 1 file changed, 4 insertions(+)