linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	"Jonathan Corbet" <corbet@lwn.net>,
	Linus Walleij <linus.walleij@linaro.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Richard Weinberger <richard@nod.at>,
	Rob Herring <robh+dt@kernel.org>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-mtd@lists.infradead.org
Subject: [PATCH 01/15] dt-bindings: mtd: update mtd-physmap.yaml reference
Date: Thu, 22 Jul 2021 11:59:58 +0200	[thread overview]
Message-ID: <ab2ff9ee66110c37691b467ec8b4679e9d426416.1626947923.git.mchehab+huawei@kernel.org> (raw)
In-Reply-To: <cover.1626947923.git.mchehab+huawei@kernel.org>

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>
---
 Documentation/devicetree/bindings/mtd/gpmc-nor.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mtd/gpmc-nor.txt b/Documentation/devicetree/bindings/mtd/gpmc-nor.txt
index c8567b40fe13..2133be0d52f2 100644
--- a/Documentation/devicetree/bindings/mtd/gpmc-nor.txt
+++ b/Documentation/devicetree/bindings/mtd/gpmc-nor.txt
@@ -10,7 +10,7 @@ Documentation/devicetree/bindings/memory-controllers/omap-gpmc.txt
 Required properties:
 - bank-width: 		Width of NOR flash in bytes. GPMC supports 8-bit and
 			16-bit devices and so must be either 1 or 2 bytes.
-- compatible:		Documentation/devicetree/bindings/mtd/mtd-physmap.txt
+- compatible:		Documentation/devicetree/bindings/mtd/mtd-physmap.yaml
 - gpmc,cs-on-ns:		Chip-select assertion time
 - gpmc,cs-rd-off-ns:	Chip-select de-assertion time for reads
 - gpmc,cs-wr-off-ns:	Chip-select de-assertion time for writes
@@ -21,7 +21,7 @@ Required properties:
 - gpmc,access-ns:	Start cycle to first data capture (read access)
 - gpmc,rd-cycle-ns:	Total read cycle time
 - gpmc,wr-cycle-ns:	Total write cycle time
-- linux,mtd-name:	Documentation/devicetree/bindings/mtd/mtd-physmap.txt
+- linux,mtd-name:	Documentation/devicetree/bindings/mtd/mtd-physmap.yaml
 - reg:			Chip-select, base address (relative to chip-select)
 			and size of NOR flash. Note that base address will be
 			typically 0 as this is the start of the chip-select.
-- 
2.31.1


  reply	other threads:[~2021-07-22 10:00 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-22  9:59 [PATCH 00/15] Fix some DT binding references at next-20210722 Mauro Carvalho Chehab
2021-07-22  9:59 ` Mauro Carvalho Chehab [this message]
2021-07-29 20:07   ` [PATCH 01/15] dt-bindings: mtd: update mtd-physmap.yaml reference Rob Herring
2021-07-22  9:59 ` [PATCH 02/15] dt-bindings: firmware: update arm,scpi.yaml reference Mauro Carvalho Chehab
2021-07-22 10:12   ` Sudeep Holla
2021-07-22 15:55   ` Guenter Roeck
2021-07-22 10:00 ` [PATCH 03/15] dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference Mauro Carvalho Chehab
2021-07-22 11:11   ` Vladimir Oltean
2021-07-22 10:00 ` [PATCH 04/15] MAINTAINERS: update mtd-physmap.yaml reference Mauro Carvalho Chehab
2021-08-06 19:50   ` Miquel Raynal
2021-07-22 10:00 ` [PATCH 05/15] MAINTAINERS: update arm,vic.yaml reference Mauro Carvalho Chehab
2021-07-22 10:11   ` Sudeep Holla
2021-07-26 12:13   ` Linus Walleij
2021-07-22 10:00 ` [PATCH 06/15] MAINTAINERS: update aspeed,i2c.yaml reference Mauro Carvalho Chehab
2021-07-22 10:00 ` [PATCH 07/15] MAINTAINERS: update faraday,ftrtc010.yaml reference Mauro Carvalho Chehab
2021-07-23 14:38   ` Linus Walleij
2021-07-22 10:00 ` [PATCH 08/15] MAINTAINERS: update fsl,fec.yaml reference Mauro Carvalho Chehab
2021-07-22 10:05   ` Joakim Zhang
2021-07-22 10:00 ` [PATCH 09/15] MAINTAINERS: update mtd-physmap.yaml reference Mauro Carvalho Chehab
2021-08-06 19:53   ` Miquel Raynal
2021-07-22 10:00 ` [PATCH 10/15] MAINTAINERS: update ti,am654-hbmc.yaml reference Mauro Carvalho Chehab
2021-08-06 19:56   ` Miquel Raynal
2021-07-22 10:00 ` [PATCH 11/15] MAINTAINERS: update ti,sci.yaml reference Mauro Carvalho Chehab
2021-07-22 10:00 ` [PATCH 12/15] MAINTAINERS: update gpio-zynq.yaml reference Mauro Carvalho Chehab
2021-08-05 19:34   ` Bartosz Golaszewski
2021-07-22 10:00 ` [PATCH 13/15] MAINTAINERS: update arm,pl353-smc.yaml reference Mauro Carvalho Chehab
2021-08-06 19:56   ` Miquel Raynal
2021-07-22 10:00 ` [PATCH 14/15] MAINTAINERS: update intel,ixp46x-rng.yaml reference Mauro Carvalho Chehab
2021-07-22 10:44   ` Linus Walleij
2021-07-22 10:00 ` [PATCH 15/15] MAINTAINERS: update nxp,imx8-jpeg.yaml reference Mauro Carvalho Chehab
2021-08-03 10:31   ` [EXT] " Mirela Rabulea
2021-07-23  6:27 ` (subset) [PATCH 00/15] Fix some DT binding references at next-20210722 Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ab2ff9ee66110c37691b467ec8b4679e9d426416.1626947923.git.mchehab+huawei@kernel.org \
    --to=mchehab+huawei@kernel.org \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=richard@nod.at \
    --cc=robh+dt@kernel.org \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).