diff options
author | Lukas Bulwahn <[email protected]> | 2022-09-29 14:34:31 +0200 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2022-10-18 10:32:14 +0200 |
commit | d4353decd4fdec71b9f9d1ba8fa85b7e595e8924 (patch) | |
tree | cb587cdf29c2a1e3d850d2cacc5088fbe508f449 | |
parent | 78e2d5410a440bc232c2f5eedb6ab0403e9675b6 (diff) |
MAINTAINERS: rectify entry for MESON NAND controller bindings
Commit fbc00b5e746f ("dt-bindings: nand: meson: convert txt to yaml")
converts amlogic,meson-nand.txt to yaml, but misses to adjust its reference
in MAINTAINERS.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Repair this file reference in MESON NAND CONTROLLER DRIVER FOR AMLOGIC
SOCS.
Signed-off-by: Lukas Bulwahn <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cf0f18502372..358d7383d228 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13376,7 +13376,7 @@ MESON NAND CONTROLLER DRIVER FOR AMLOGIC SOCS M: Liang Yang <[email protected]> S: Maintained -F: Documentation/devicetree/bindings/mtd/amlogic,meson-nand.txt +F: Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml F: drivers/mtd/nand/raw/meson_* MESON VIDEO DECODER DRIVER FOR AMLOGIC SOCS |