Re: [PATCH v4 0/8] arm64: dts: convert fsl,esdhc.txt to yaml and fix layerscape dts warning

From: Rob Herring
Date: Tue Jun 11 2024 - 16:16:43 EST


On Tue, Jun 11, 2024 at 12:01:45PM -0400, Frank Li wrote:
> Start from v4 because fsl.esdhc.txt to yaml already sent out as v3.
>
> Change from v3 to v4
> - Add dts warning fixes
> - Add mmc-spi-slot's voltage range fix, (not sure why it apply to
> layserscape's dts file.
> - clock-frequency is not required property
> - add dma-conherence: true in binding doc
>
> Now only "bit-endian" proptery warning left.
>
> Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
> ---
> Frank Li (8):
> dt-bindings: mmc: Convert fsl-esdhc.txt to yaml
> dt-bindings: mmc: mmc-spi-slot: Change voltage-ranges to uint32-matrix

> arm64: dts: ls1012a: Chang node name from 'esdhc' to 'mmc'
> arm64: dts: ls1043a: Chang node name from 'esdhc' to 'mmc'
> arm64: dts: ls1046a: Chang node name from 'esdhc' to 'mmc'
> arm64: dts: ls1088a: Chang node name from 'esdhc' to 'mmc'
> arm64: dts: ls208ax: Chang node name from 'esdhc' to 'mmc'
> arm64: dts: lx2160a: Chang node name from 'esdhc' to 'mmc'

It is all the same change to the same maintainer, so these can be just
one patch. Then you just have 1 typo to fix.

Rob