diff options
| author | John Crispin <blogic@openwrt.org> | 2016-01-27 06:47:35 -0500 |
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2016-03-16 04:50:28 -0400 |
| commit | daf5ae7850448ddf6aa4168334814ff3d8641fc1 (patch) | |
| tree | 1aa5edee2a9ea0cc78c71503219093909c466d10 /Documentation/devicetree/bindings/mfd | |
| parent | bf742a53ce1eaca26849e22b013a9523621f8db5 (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.txt | 10 |
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 @@ | |||
| 1 | MediaTek MT6397 Multifunction Device Driver | 1 | MediaTek MT6397/MT6323 Multifunction Device Driver |
| 2 | 2 | ||
| 3 | MT6397 is a multifunction device with the following sub modules: | 3 | MT6397/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 | ||
| 10 | It is interfaced to host controller using SPI interface by a proprietary hardware | 10 | It is interfaced to host controller using SPI interface by a proprietary hardware |
| 11 | called PMIC wrapper or pwrap. MT6397 MFD is a child device of pwrap. | 11 | called PMIC wrapper or pwrap. MT6397/MT6323 MFD is a child device of pwrap. |
| 12 | See the following for pwarp node definitions: | 12 | See the following for pwarp node definitions: |
| 13 | Documentation/devicetree/bindings/soc/pwrap.txt | 13 | Documentation/devicetree/bindings/soc/pwrap.txt |
| 14 | 14 | ||
| 15 | This document describes the binding for MFD device and its sub module. | 15 | This document describes the binding for MFD device and its sub module. |
| 16 | 16 | ||
| 17 | Required properties: | 17 | Required properties: |
| 18 | compatible: "mediatek,mt6397" | 18 | compatible: "mediatek,mt6397" or "mediatek,mt6323" |
| 19 | 19 | ||
| 20 | Optional subnodes: | 20 | Optional 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" |
