diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-12-07 11:38:29 +0100 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2018-01-01 19:40:48 +0100 |
commit | a01be217c51b0aa56e6cd6bc6342e7faf908bf87 (patch) | |
tree | 37deef42c074323ebda07ccd067489beca13c141 /MAINTAINERS | |
parent | dt-bindings: eeprom: rename to at24.txt (diff) | |
download | linux-a01be217c51b0aa56e6cd6bc6342e7faf908bf87.tar.xz linux-a01be217c51b0aa56e6cd6bc6342e7faf908bf87.zip |
MAINTAINERS: add DT binding docs for AT24
The driver gained DT support recently, so we should add the binding docs
in the MAINTAINERS file.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b46c9cea5ae5..4abe47bc211f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2263,6 +2263,7 @@ AT24 EEPROM DRIVER M: Bartosz Golaszewski <brgl@bgdev.pl> L: linux-i2c@vger.kernel.org S: Maintained +F: Documentation/devicetree/bindings/eeprom/at24.txt F: drivers/misc/eeprom/at24.c F: include/linux/platform_data/at24.h |