diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2015-07-17 10:17:57 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-08-11 15:08:52 +0100 |
commit | 377452f444a63475072cac13159295faac792450 (patch) | |
tree | a4258a856c5b7bd255248294159ba47cad446ab5 /MAINTAINERS | |
parent | 03b42710420f2db5cc1e3506625e1311becb286b (diff) | |
download | linux-377452f444a63475072cac13159295faac792450.tar.gz linux-377452f444a63475072cac13159295faac792450.tar.bz2 linux-377452f444a63475072cac13159295faac792450.zip |
MAINTAINERS: Add Device Tree binding doc for max77686 regulator
The Device Tree binding documentation for the Maxim max77686 regulators
has been moved from the Multi-Function Device DT binding section to its
own Documentation/devicetree/bindings/regulator/max77686.txt file.
Use a wilcard so both the mfd and regulator DT bindings are resolved.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.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 64cf79158390..3e67f534fb67 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6572,7 +6572,7 @@ F: drivers/extcon/extcon-max77693.c F: drivers/rtc/rtc-max77686.c F: drivers/clk/clk-max77686.c F: Documentation/devicetree/bindings/mfd/max14577.txt -F: Documentation/devicetree/bindings/mfd/max77686.txt +F: Documentation/devicetree/bindings/*/max77686.txt F: Documentation/devicetree/bindings/mfd/max77693.txt F: Documentation/devicetree/bindings/clock/maxim,max77686.txt F: include/linux/mfd/max14577*.h |