diff options
author | Iskren Chernev <[email protected]> | 2022-09-10 17:32:09 +0300 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2022-09-14 11:58:41 +0200 |
commit | a7c9986880b00d7088bf115439273f856a681f60 (patch) | |
tree | c0e941e6a0841d4538f2e6b9f7c580e6975911ac | |
parent | bef828700337b55e407afb1fffb9da6cc7753896 (diff) |
dt-bindings: mmc: sdhci-msm: Add pinctrl-1 property
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 <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Bhupesh Sharma <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |