Changeset 63f8e9e0ac65 ("dt-bindings: mtd: Convert mtd-physmap to DT schema")
renamed: Documentation/devicetree/bindings/mtd/arm-versatile.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 <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d69b2d4646be..76acb9fe0622 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1386,7 +1386,7 @@ F: Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
F: Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml
F: Documentation/devicetree/bindings/i2c/i2c-versatile.txt
F: Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
-F: Documentation/devicetree/bindings/mtd/arm-versatile.txt
+F: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml
F: arch/arm/boot/dts/arm-realview-*
F: arch/arm/boot/dts/integrator*
F: arch/arm/boot/dts/versatile*
--
2.31.1
Hi Mauro,
I was about to apply the 4 MTD patches but unfortunately they don't
appear in patchwork as the linux-mtd mailing list was only CCed in the
cover letter. Here is my Acked-by for all of them, if you prefer me to
take them anyway please just resent these patches to me + the ML.
Mauro Carvalho Chehab <[email protected]> wrote on
Thu, 22 Jul 2021 12:00:01 +0200:
> Changeset 63f8e9e0ac65 ("dt-bindings: mtd: Convert mtd-physmap to DT schema")
> renamed: Documentation/devicetree/bindings/mtd/arm-versatile.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 <[email protected]>
Acked-by: Miquel Raynal <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d69b2d4646be..76acb9fe0622 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1386,7 +1386,7 @@ F: Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
> F: Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml
> F: Documentation/devicetree/bindings/i2c/i2c-versatile.txt
> F: Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
> -F: Documentation/devicetree/bindings/mtd/arm-versatile.txt
> +F: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml
> F: arch/arm/boot/dts/arm-realview-*
> F: arch/arm/boot/dts/integrator*
> F: arch/arm/boot/dts/versatile*
Thanks,
Miquèl