1 MediaTek MT6397/MT6323 Multifunction Device Driver
3 MT6397/MT6323 is a multifunction device with the following sub modules:
11 It is interfaced to host controller using SPI interface by a proprietary hardware
12 called PMIC wrapper or pwrap. MT6397/MT6323 MFD is a child device of pwrap.
13 See the following for pwarp node definitions:
14 Documentation/devicetree/bindings/soc/pwrap.txt
16 This document describes the binding for MFD device and its sub module.
19 compatible: "mediatek,mt6397" or "mediatek,mt6323"
25 - compatible: "mediatek,mt6397-rtc"
28 - compatible: "mediatek,mt6397-regulator"
29 see Documentation/devicetree/bindings/regulator/mt6397-regulator.txt
30 - compatible: "mediatek,mt6323-regulator"
31 see Documentation/devicetree/bindings/regulator/mt6323-regulator.txt
34 - compatible: "mediatek,mt6397-codec"
37 - compatible: "mediatek,mt6397-clk"
40 - compatible: "mediatek,mt6323-led"
41 see Documentation/devicetree/bindings/leds/leds-mt6323.txt
44 pwrap: pwrap@1000f000 {
45 compatible = "mediatek,mt8135-pwrap";
50 compatible = "mediatek,mt6397";
53 compatible = "mediatek,mt6397-codec";
57 compatible = "mediatek,mt6397-regulator";
59 mt6397_vpca15_reg: buck_vpca15 {
60 regulator-compatible = "buck_vpca15";
61 regulator-name = "vpca15";
62 regulator-min-microvolt = <850000>;
63 regulator-max-microvolt = <1400000>;
64 regulator-ramp-delay = <12500>;
68 mt6397_vgp4_reg: ldo_vgp4 {
69 regulator-compatible = "ldo_vgp4";
70 regulator-name = "vgp4";
71 regulator-min-microvolt = <1200000>;
72 regulator-max-microvolt = <3300000>;
73 regulator-enable-ramp-delay = <218>;