dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme
authorVadym Kochan <vadym.kochan@plvision.eu>
Mon, 19 Jun 2023 04:07:42 +0000 (16:07 +1200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 22 Jun 2023 21:09:04 +0000 (23:09 +0200)
commitad5c18c75d2a1de9eeaed60e417d308217f35e73
treeb649f6dffdf4a813a5e01590bdb796260d045669
parentbae825ccfd4b49695466c81eed5bb51c00eebd54
dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme

Switch the DT binding to a YAML schema to enable the DT validation.

There was also an incorrect reference to dma-names being "rxtx" where
the driver and existing device trees actually use dma-names = "data" so
this is corrected in the conversion.

Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu>
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20230619040742.1108172-2-chris.packham@alliedtelesis.co.nz
Documentation/devicetree/bindings/mtd/marvell,nand-controller.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/mtd/marvell-nand.txt [deleted file]
MAINTAINERS