1 MediaTek MT6397/MT6323 Multifunction Device Driver
3 MT6397/MT6323 is a multifunction device with the following sub modules:
10 It is interfaced to host controller using SPI interface by a proprietary hardware
11 called PMIC wrapper or pwrap. MT6397/MT6323 MFD is a child device of pwrap.
12 See the following for pwarp node definitions:
13 Documentation/devicetree/bindings/soc/pwrap.txt
15 This document describes the binding for MFD device and its sub module.
18 compatible: "mediatek,mt6397" or "mediatek,mt6323"
24 - compatible: "mediatek,mt6397-rtc"
27 - compatible: "mediatek,mt6397-regulator"
28 see Documentation/devicetree/bindings/regulator/mt6397-regulator.txt
29 - compatible: "mediatek,mt6323-regulator"
30 see Documentation/devicetree/bindings/regulator/mt6323-regulator.txt
33 - compatible: "mediatek,mt6397-codec"
36 - compatible: "mediatek,mt6397-clk"
39 pwrap: pwrap@1000f000 {
40 compatible = "mediatek,mt8135-pwrap";
45 compatible = "mediatek,mt6397";
48 compatible = "mediatek,mt6397-codec";
52 compatible = "mediatek,mt6397-regulator";
54 mt6397_vpca15_reg: buck_vpca15 {
55 regulator-compatible = "buck_vpca15";
56 regulator-name = "vpca15";
57 regulator-min-microvolt = <850000>;
58 regulator-max-microvolt = <1400000>;
59 regulator-ramp-delay = <12500>;
63 mt6397_vgp4_reg: ldo_vgp4 {
64 regulator-compatible = "ldo_vgp4";
65 regulator-name = "vgp4";
66 regulator-min-microvolt = <1200000>;
67 regulator-max-microvolt = <3300000>;
68 regulator-enable-ramp-delay = <218>;