diff options
author | Lukas Bulwahn <[email protected]> | 2023-11-06 10:53:49 +0100 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2023-12-17 16:14:18 +0100 |
commit | dc805ea058c0e6b319ee95e61a5b4b61b0e8fe54 (patch) | |
tree | 39a3115e4feec26da8bbe23031bbda2fb9a86d58 | |
parent | eaea10a2d10898cd5e999a7b25af42c888b1df73 (diff) |
MAINTAINERS: rectify entry for DIALOG SEMICONDUCTOR DRIVERS
Commit bd888a4377ae ("dt-bindings: watchdog: da9062-wdt: convert txt to
yaml") converts da9062-wdt.txt to dlg,da9062-watchdog.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 pattern in DIALOG SEMICONDUCTOR DRIVERS.
Signed-off-by: Lukas Bulwahn <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 97f51d5ec1cf..502ffd6abbdc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6117,7 +6117,7 @@ F: Documentation/devicetree/bindings/regulator/dlg,da9*.yaml F: Documentation/devicetree/bindings/regulator/dlg,slg51000.yaml F: Documentation/devicetree/bindings/sound/da[79]*.txt F: Documentation/devicetree/bindings/thermal/da90??-thermal.txt -F: Documentation/devicetree/bindings/watchdog/da90??-wdt.txt +F: Documentation/devicetree/bindings/watchdog/dlg,da90??-watchdog.yaml F: Documentation/hwmon/da90??.rst F: drivers/gpio/gpio-da90??.c F: drivers/hwmon/da90??-hwmon.c |