diff options
author | Steve Twiss <stwiss.opensource@diasemi.com> | 2017-09-12 10:14:28 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-10-13 10:42:59 +0100 |
commit | 69075af67245c9a18d95028dd947135e85e08877 (patch) | |
tree | 9116017c39913d3e24d1f7b661362082c62b3f97 /MAINTAINERS | |
parent | f132bc3f301efad6762d62a2aa2ad7b0caa8cbf0 (diff) | |
download | linux-69075af67245c9a18d95028dd947135e85e08877.tar.gz linux-69075af67245c9a18d95028dd947135e85e08877.tar.bz2 linux-69075af67245c9a18d95028dd947135e85e08877.zip |
MAINTAINERS: Fix Dialog search term for watchdog binding file
Commit 340267640d769d3b3af9 ("MAINTAINERS: da9062/61 updates to the Dialog
Semiconductor search terms") contained a typo for the watchdog binding:
da92??-wdt.txt should have read da90??-wdt.txt. This new commit will fix
the error and allows Dialog Semiconductor to follow files for PMIC
bindings correctly.
Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2281af4b41b6..0f01a06ad448 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4103,7 +4103,7 @@ F: Documentation/devicetree/bindings/mfd/da90*.txt F: Documentation/devicetree/bindings/input/da90??-onkey.txt F: Documentation/devicetree/bindings/thermal/da90??-thermal.txt F: Documentation/devicetree/bindings/regulator/da92*.txt -F: Documentation/devicetree/bindings/watchdog/da92??-wdt.txt +F: Documentation/devicetree/bindings/watchdog/da90??-wdt.txt F: Documentation/devicetree/bindings/sound/da[79]*.txt F: drivers/gpio/gpio-da90??.c F: drivers/hwmon/da90??-hwmon.c |