1 MediaTek MT6397 Multifunction Device Driver
3 MT6397 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 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"
24 - compatible: "mediatek,mt6397-rtc"
27 - compatible: "mediatek,mt6397-regulator"
28 see Documentation/devicetree/bindings/regulator/mt6397-regulator.txt
31 - compatible: "mediatek,mt6397-codec"
34 - compatible: "mediatek,mt6397-clk"
37 pwrap: pwrap@1000f000 {
38 compatible = "mediatek,mt8135-pwrap";
43 compatible = "mediatek,mt6397";
46 compatible = "mediatek,mt6397-codec";
50 compatible = "mediatek,mt6397-regulator";
52 mt6397_vpca15_reg: buck_vpca15 {
53 regulator-compatible = "buck_vpca15";
54 regulator-name = "vpca15";
55 regulator-min-microvolt = <850000>;
56 regulator-max-microvolt = <1400000>;
57 regulator-ramp-delay = <12500>;
61 mt6397_vgp4_reg: ldo_vgp4 {
62 regulator-compatible = "ldo_vgp4";
63 regulator-name = "vgp4";
64 regulator-min-microvolt = <1200000>;
65 regulator-max-microvolt = <3300000>;
66 regulator-enable-ramp-delay = <218>;