Re: [PATCH v4 1/8] dt-bindings: mmc: Convert fsl-esdhc.txt to yaml

From: Krzysztof Kozlowski
Date: Wed Jun 12 2024 - 02:31:14 EST


On 11/06/2024 18:01, Frank Li wrote:
> Convert layerscape fsl-esdhc binding doc from txt to yaml format.
>
> Addtional change during convert:
> - Deprecate "sdhci,wp-inverted", "sdhci,1-bit-only".
> - Add "reg" and "interrupts" property.
> - Change example "sdhci@2e000" to "mmc@2e000".
> - Compatible string require fsl,<chip>-esdhc followed by fsl,esdhc to match
> most existed dts file.
> - Set clock-frequency to 100mhz in example.
> - clock-frequency is not required now.
> - Allow dma-coherence
> - Add clocks
>
> Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
>

This should be reversed with the second patch, because first you fix
voltage-ranges to the same type, then you use it.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Best regards,
Krzysztof