mediatek: update patches
[openwrt.git] / target / linux / mediatek / patches-4.4 / 0042-dt-bindings-mfd-Add-bindings-for-the-MediaTek-MT6323.patch
1 From eb574bce59e66295ee288de0df450a6e82bb5b56 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Sun, 10 Jan 2016 17:12:37 +0100
4 Subject: [PATCH 42/66] dt-bindings: mfd: Add bindings for the MediaTek MT6323
5  PMIC
6
7 Signed-off-by: John Crispin <blogic@openwrt.org>
8 Acked-by: Rob Herring <robh@kernel.org>
9 Cc: devicetree@vger.kernel.org
10 ---
11  Documentation/devicetree/bindings/mfd/mt6397.txt |   10 ++++++----
12  1 file changed, 6 insertions(+), 4 deletions(-)
13
14 diff --git a/Documentation/devicetree/bindings/mfd/mt6397.txt b/Documentation/devicetree/bindings/mfd/mt6397.txt
15 index 15043e6..949c85f 100644
16 --- a/Documentation/devicetree/bindings/mfd/mt6397.txt
17 +++ b/Documentation/devicetree/bindings/mfd/mt6397.txt
18 @@ -1,6 +1,6 @@
19 -MediaTek MT6397 Multifunction Device Driver
20 +MediaTek MT6397/MT6323 Multifunction Device Driver
21  
22 -MT6397 is a multifunction device with the following sub modules:
23 +MT6397/MT6323 is a multifunction device with the following sub modules:
24  - Regulator
25  - RTC
26  - Audio codec
27 @@ -8,14 +8,14 @@ MT6397 is a multifunction device with the following sub modules:
28  - Clock
29  
30  It is interfaced to host controller using SPI interface by a proprietary hardware
31 -called PMIC wrapper or pwrap. MT6397 MFD is a child device of pwrap.
32 +called PMIC wrapper or pwrap. MT6397/MT6323 MFD is a child device of pwrap.
33  See the following for pwarp node definitions:
34  Documentation/devicetree/bindings/soc/pwrap.txt
35  
36  This document describes the binding for MFD device and its sub module.
37  
38  Required properties:
39 -compatible: "mediatek,mt6397"
40 +compatible: "mediatek,mt6397" or "mediatek,mt6323"
41  
42  Optional subnodes:
43  
44 @@ -26,6 +26,8 @@ Optional subnodes:
45         Required properties:
46                 - compatible: "mediatek,mt6397-regulator"
47         see Documentation/devicetree/bindings/regulator/mt6397-regulator.txt
48 +               - compatible: "mediatek,mt6323-regulator"
49 +       see Documentation/devicetree/bindings/regulator/mt6323-regulator.txt
50  - codec
51         Required properties:
52                 - compatible: "mediatek,mt6397-codec"
53 -- 
54 1.7.10.4
55