On Mon, Jun 24, 2024 at 02:55:28PM -0400, Frank Li wrote: > Convert dt-binding spi-fsl-dspi.txt to yaml format. > Use part Vladimir Oltean's work at of > https://lore.kernel.org/linux-spi/20221111224651.577729-1-vladimir.oltean@xxxxxxx/ > > Additional changes during convert: > - compatible string "fsl,ls1028a-dspi" can be followed by > fsl,ls1021a-v1.0-dspi. > - Change "dspi0@4002c000" to "spi@4002c000" in example. > - Reorder properties in example. > - Use GIC include in example. > - Deprecated fsl,spi-cs-sck-delay and fsl,spi-sck-cs-delay by use common SPI > property. > - Use compatible string 'jedec,spi-nor' in example. > - Split peripheral part to fsl,dspi-peripheral-props.yaml. > - Remove 'interrupts' and 'pinctrl' from required list. > - Update 'bus-num' description. > - Update 'spi-num-chipselects' description by add "cs-gpios don't count > against this number". > - Remove 'big-endian' description. > > Co-developed-by: Kuldeep Singh <kuldeep.singh@xxxxxxx> > Signed-off-by: Kuldeep Singh <kuldeep.singh@xxxxxxx> > Co-developed-by: Vladimir Oltean <vladimir.oltean@xxxxxxx> > Signed-off-by: Vladimir Oltean <vladimir.oltean@xxxxxxx> > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > > --- Reviewed-by: Vladimir Oltean <olteanv@xxxxxxxxx>