From: Marco Felsch Date: Wed, 21 Feb 2024 18:46:02 +0000 (+0100) Subject: dt-bindings: mmc: fsl-imx-esdhc: add default and 100mhz state X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6f3d56882a3f210e7d1b6a169c4b32d926283f39;p=linux.git 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 Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20240221184602.3639619-1-m.felsch@pengutronix.de Signed-off-by: Ulf Hansson --- diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml index 3f6dcc7730925..82f7ee8702cb2 100644 --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml @@ -177,6 +177,11 @@ properties: - const: state_100mhz - const: state_200mhz - const: sleep + - minItems: 2 + items: + - const: default + - const: state_100mhz + - const: sleep - minItems: 1 items: - const: default