diff options
author | Claudiu Beznea <[email protected]> | 2021-08-20 12:28:00 +0300 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2021-08-24 16:59:38 +0200 |
commit | 2c2eaf882f7b4d8bb9a68856eae9cb0b7d77f371 (patch) | |
tree | 6140e46348247a09f929b5f21ad565e1b559df0a | |
parent | 4bdda3db47db079b9b487ea05fd6ca7dbd71c4e7 (diff) |
dt-bindings: mmc: Extend pwrseq-sd8787 binding for wilc1000
Extend the DT bindings to support wilc1000 devices.
Signed-off-by: Claudiu Beznea <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.yaml b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.yaml index e0169a285aa2..9e2396751030 100644 --- a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.yaml +++ b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.yaml @@ -11,7 +11,9 @@ maintainers: properties: compatible: - const: mmc-pwrseq-sd8787 + enum: + - mmc-pwrseq-sd8787 + - mmc-pwrseq-wilc1000 powerdown-gpios: minItems: 1 |