Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mtd: fsl-upm-nand: Deprecate chip-delay and fsl, upm-wait-flags

Those properties are no longer parsed by the driver which is being passed
those information by the core now. Let's deprecate them.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20200603134922.1352340-11-boris.brezillon@collabora.com

authored by

Boris Brezillon and committed by
Miquel Raynal
da151e34 d2e639d6

+5 -5
+5 -5
Documentation/devicetree/bindings/mtd/fsl-upm-nand.txt
··· 7 7 - fsl,upm-cmd-offset : UPM pattern offset for the command latch. 8 8 9 9 Optional properties: 10 - - fsl,upm-wait-flags : add chip-dependent short delays after running the 11 - UPM pattern (0x1), after writing a data byte (0x2) or after 12 - writing out a buffer (0x4). 13 10 - fsl,upm-addr-line-cs-offsets : address offsets for multi-chip support. 14 11 The corresponding address lines are used to select the chip. 15 12 - gpios : may specify optional GPIOs connected to the Ready-Not-Busy pins 16 13 (R/B#). For multi-chip devices, "n" GPIO definitions are required 17 14 according to the number of chips. 15 + 16 + Deprecated properties: 17 + - fsl,upm-wait-flags : add chip-dependent short delays after running the 18 + UPM pattern (0x1), after writing a data byte (0x2) or after 19 + writing out a buffer (0x4). 18 20 - chip-delay : chip dependent delay for transferring data from array to 19 21 read registers (tR). Required if property "gpios" is not used 20 22 (R/B# pins not connected). ··· 54 52 fsl,upm-cmd-offset = <0x08>; 55 53 /* Multi-chip NAND device */ 56 54 fsl,upm-addr-line-cs-offsets = <0x0 0x200>; 57 - fsl,upm-wait-flags = <0x5>; 58 - chip-delay = <25>; // in micro-seconds 59 55 60 56 nand@0 { 61 57 #address-cells = <1>;