Skip to content

Commit 6f3d568

Browse files
Marco Felschstorulf
authored andcommitted
dt-bindings: mmc: fsl-imx-esdhc: add default and 100mhz state
Some devices support only the default and the 100MHz case, add the support for this to the binding to avoid warnings. Signed-off-by: Marco Felsch <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent 68f5630 commit 6f3d568

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ properties:
177177
- const: state_100mhz
178178
- const: state_200mhz
179179
- const: sleep
180+
- minItems: 2
181+
items:
182+
- const: default
183+
- const: state_100mhz
184+
- const: sleep
180185
- minItems: 1
181186
items:
182187
- const: default

0 commit comments

Comments
 (0)