diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-26 21:29:12 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-07-31 20:54:36 +0200 |
commit | 7530c497592e04f5da69fe968c09622b489f2921 (patch) | |
tree | 6a2f1b81bcd74c2756bc766b3d05a76300c0dce4 /MAINTAINERS | |
parent | MAINTAINERS: fix reference to net phy ABI file (diff) | |
download | linux-7530c497592e04f5da69fe968c09622b489f2921.tar.xz linux-7530c497592e04f5da69fe968c09622b489f2921.zip |
MAINTAINERS: fix a renamed DT reference
Fix this rename:
Documentation/devicetree/bindings/i2c/{i2c-mv64xxx.txt -> marvell,mv64xxx-i2c.yaml}
Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f105a80f4d73..811218cc2355 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7517,7 +7517,7 @@ I2C MV64XXX MARVELL AND ALLWINNER DRIVER M: Gregory CLEMENT <gregory.clement@bootlin.com> L: linux-i2c@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt +F: Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml F: drivers/i2c/busses/i2c-mv64xxx.c I2C OVER PARALLEL PORT |