]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: max77686: Split out regulator part from the DT binding
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 24 Aug 2015 08:47:21 +0000 (10:47 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 24 Aug 2015 14:26:53 +0000 (15:26 +0100)
commitaa60a8391337aa0f14ed890b237f5b8e6cadfbbf
treece56e3c78d46ff34796cf45260379b16c5bfa796
parent00f1493e9e0c875f16623bdb088108ada6e7647e
mfd: max77686: Split out regulator part from the DT binding

The Maxim MAX77686 PMIC is a multi-function device with regulators,
clocks and a RTC. The DT bindings for the clocks are in a separate
file but the bindings for the regulators are inside the mfd part.

To make it consistent with the clocks portion of the binding and
because is more natural to look for regulator bindings under the
bindings/regulator sub-directory, split the regulator portion of
the DT binding and add it as a separate file.

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>
Documentation/devicetree/bindings/mfd/max77686.txt
Documentation/devicetree/bindings/regulator/max77686.txt [new file with mode: 0644]