aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mfd
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-01-27 06:47:35 -0500
committerLee Jones <lee.jones@linaro.org>2016-03-16 04:50:28 -0400
commitdaf5ae7850448ddf6aa4168334814ff3d8641fc1 (patch)
tree1aa5edee2a9ea0cc78c71503219093909c466d10 /Documentation/devicetree/bindings/mfd
parentbf742a53ce1eaca26849e22b013a9523621f8db5 (diff)
dt-bindings: mfd: Add bindings for the MediaTek MT6323 PMIC
Signed-off-by: John Crispin <blogic@openwrt.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r--Documentation/devicetree/bindings/mfd/mt6397.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/mfd/mt6397.txt b/Documentation/devicetree/bindings/mfd/mt6397.txt
index 15043e652699..949c85f8d02c 100644
--- a/Documentation/devicetree/bindings/mfd/mt6397.txt
+++ b/Documentation/devicetree/bindings/mfd/mt6397.txt
@@ -1,6 +1,6 @@
1MediaTek MT6397 Multifunction Device Driver 1MediaTek MT6397/MT6323 Multifunction Device Driver
2 2
3MT6397 is a multifunction device with the following sub modules: 3MT6397/MT6323 is a multifunction device with the following sub modules:
4- Regulator 4- Regulator
5- RTC 5- RTC
6- Audio codec 6- Audio codec
@@ -8,14 +8,14 @@ MT6397 is a multifunction device with the following sub modules:
8- Clock 8- Clock
9 9
10It is interfaced to host controller using SPI interface by a proprietary hardware 10It is interfaced to host controller using SPI interface by a proprietary hardware
11called PMIC wrapper or pwrap. MT6397 MFD is a child device of pwrap. 11called PMIC wrapper or pwrap. MT6397/MT6323 MFD is a child device of pwrap.
12See the following for pwarp node definitions: 12See the following for pwarp node definitions:
13Documentation/devicetree/bindings/soc/pwrap.txt 13Documentation/devicetree/bindings/soc/pwrap.txt
14 14
15This document describes the binding for MFD device and its sub module. 15This document describes the binding for MFD device and its sub module.
16 16
17Required properties: 17Required properties:
18compatible: "mediatek,mt6397" 18compatible: "mediatek,mt6397" or "mediatek,mt6323"
19 19
20Optional subnodes: 20Optional subnodes:
21 21
@@ -26,6 +26,8 @@ Optional subnodes:
26 Required properties: 26 Required properties:
27 - compatible: "mediatek,mt6397-regulator" 27 - compatible: "mediatek,mt6397-regulator"
28 see Documentation/devicetree/bindings/regulator/mt6397-regulator.txt 28 see Documentation/devicetree/bindings/regulator/mt6397-regulator.txt
29 - compatible: "mediatek,mt6323-regulator"
30 see Documentation/devicetree/bindings/regulator/mt6323-regulator.txt
29- codec 31- codec
30 Required properties: 32 Required properties:
31 - compatible: "mediatek,mt6397-codec" 33 - compatible: "mediatek,mt6397-codec"