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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: mtd: update mtd-physmap.yaml reference

Changeset 63f8e9e0ac65 ("dt-bindings: mtd: Convert mtd-physmap to DT schema")
renamed: Documentation/devicetree/bindings/mtd/mtd-physmap.txt
to: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml.

Update its cross-reference accordingly.

Fixes: 63f8e9e0ac65 ("dt-bindings: mtd: Convert mtd-physmap to DT schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/ab2ff9ee66110c37691b467ec8b4679e9d426416.1626947923.git.mchehab+huawei@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Mauro Carvalho Chehab and committed by
Rob Herring
390436f1 90eed0f8

+2 -2
+2 -2
Documentation/devicetree/bindings/mtd/gpmc-nor.txt
··· 10 10 Required properties: 11 11 - bank-width: Width of NOR flash in bytes. GPMC supports 8-bit and 12 12 16-bit devices and so must be either 1 or 2 bytes. 13 - - compatible: Documentation/devicetree/bindings/mtd/mtd-physmap.txt 13 + - compatible: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml 14 14 - gpmc,cs-on-ns: Chip-select assertion time 15 15 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads 16 16 - gpmc,cs-wr-off-ns: Chip-select de-assertion time for writes ··· 21 21 - gpmc,access-ns: Start cycle to first data capture (read access) 22 22 - gpmc,rd-cycle-ns: Total read cycle time 23 23 - gpmc,wr-cycle-ns: Total write cycle time 24 - - linux,mtd-name: Documentation/devicetree/bindings/mtd/mtd-physmap.txt 24 + - linux,mtd-name: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml 25 25 - reg: Chip-select, base address (relative to chip-select) 26 26 and size of NOR flash. Note that base address will be 27 27 typically 0 as this is the start of the chip-select.