On Fri, Aug 09, 2024 at 10:32:06AM -0400, Frank Li wrote: > Convert binding doc maxim,ds26522.txt to yaml format. > Additional changes > - Remove spi-max-frequency because ref to > /schemas/spi/spi-peripheral-props.yaml > - Add address-cells and size-cells in example > > Fix below warning: > arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: /soc/spi@2100000/slic@2: failed to match any schema with compatible: ['maxim,ds26522'] > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > .../devicetree/bindings/net/maxim,ds26522.txt | 13 ------ > .../bindings/net/maxim,ds26522.yaml | 40 +++++++++++++++++++ > 2 files changed, 40 insertions(+), 13 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/maxim,ds26522.txt > create mode 100644 Documentation/devicetree/bindings/net/maxim,ds26522.yaml netdev didn't pick this up, so I applied, thanks.