Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MAINTAINERS: adjust file entry in ARM/Mediatek RTC DRIVER

Commit e8c0498505b0 ("dt-bindings: rtc: convert MT2717 RTC to the
json-schema") and commit aef3952ec13f ("dt-bindings: rtc: convert MT7622
RTC to the json-schema") convert rtc-mt{2712,7622}.txt to
mediatek,mt{2712,7622}-rtc.yaml, but misses to adjust the file entries in
MAINTAINERS.

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

Repair these file entries in ARM/Mediatek RTC DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20240301145907.32732-1-lukas.bulwahn@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Lukas Bulwahn and committed by
Alexandre Belloni
1e60ac6b babfeb9c

+2 -2
+2 -2
MAINTAINERS
··· 2357 2357 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 2358 2358 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers) 2359 2359 S: Maintained 2360 - F: Documentation/devicetree/bindings/rtc/rtc-mt2712.txt 2361 - F: Documentation/devicetree/bindings/rtc/rtc-mt7622.txt 2360 + F: Documentation/devicetree/bindings/rtc/mediatek,mt2712-rtc.yaml 2361 + F: Documentation/devicetree/bindings/rtc/mediatek,mt7622-rtc.yaml 2362 2362 F: drivers/rtc/rtc-mt2712.c 2363 2363 F: drivers/rtc/rtc-mt6397.c 2364 2364 F: drivers/rtc/rtc-mt7622.c