MAINTAINERS: adjust XLP9XX I2C DRIVER after removing the devicetree binding
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Tue, 8 Mar 2022 07:54:14 +0000 (08:54 +0100)
committerWolfram Sang <wsa@kernel.org>
Fri, 11 Mar 2022 20:54:21 +0000 (21:54 +0100)
commit246313e31316804c87887d3f33f8dc8ab6893560
tree845441c455b08fccba77bb1bde0e3f4120bc45de
parentd0583229bcf5090495d0621892d5da93d9fb6e3c
MAINTAINERS: adjust XLP9XX I2C DRIVER after removing the devicetree binding

Commit 0e5f897708e8 ("dt-bindings: Remove Netlogic bindings") removes the
devicetree binding i2c-xlp9xx.txt, but misses to adjust the reference in
MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Remove the file reference to i2c-xlp9xx.txt in XLP9XX I2C DRIVER.

As commit ef99066c7ded ("i2c: Remove Netlogic XLP variant") explains, the
i2c-xlp9xx driver is still used by the Cavium ThunderX2 platform. So, keep
the XLP9XX I2C DRIVER section in MAINTAINERS with its reference to
drivers/i2c/busses/i2c-xlp9xx.c.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
MAINTAINERS