1 MediaTek MT6397/MT6323 Multifunction Device Driver
3 MT6397/MT6323 is a multifunction device with the following sub modules:
13 It is interfaced to host controller using SPI interface by a proprietary hardware
14 called PMIC wrapper or pwrap. MT6397/MT6323 MFD is a child device of pwrap.
15 See the following for pwarp node definitions:
16 ../soc/mediatek/pwrap.txt
18 This document describes the binding for MFD device and its sub module.
21 compatible: "mediatek,mt6397" or "mediatek,mt6323"
26 Required properties: Should be one of follows
27 - compatible: "mediatek,mt6323-rtc"
28 - compatible: "mediatek,mt6397-rtc"
29 For details, see ../rtc/rtc-mt6397.txt
32 - compatible: "mediatek,mt6397-regulator"
33 see ../regulator/mt6397-regulator.txt
34 - compatible: "mediatek,mt6323-regulator"
35 see ../regulator/mt6323-regulator.txt
38 - compatible: "mediatek,mt6397-codec"
41 - compatible: "mediatek,mt6397-clk"
44 - compatible: "mediatek,mt6323-led"
45 see ../leds/leds-mt6323.txt
49 - compatible: "mediatek,mt6397-keys" or "mediatek,mt6323-keys"
50 see ../input/mtk-pmic-keys.txt
54 - compatible: "mediatek,mt6323-pwrc"
55 For details, see ../power/reset/mt6323-poweroff.txt
58 pwrap: pwrap@1000f000 {
59 compatible = "mediatek,mt8135-pwrap";
64 compatible = "mediatek,mt6397";
67 compatible = "mediatek,mt6397-codec";
71 compatible = "mediatek,mt6397-regulator";
73 mt6397_vpca15_reg: buck_vpca15 {
74 regulator-compatible = "buck_vpca15";
75 regulator-name = "vpca15";
76 regulator-min-microvolt = <850000>;
77 regulator-max-microvolt = <1400000>;
78 regulator-ramp-delay = <12500>;
82 mt6397_vgp4_reg: ldo_vgp4 {
83 regulator-compatible = "ldo_vgp4";
84 regulator-name = "vgp4";
85 regulator-min-microvolt = <1200000>;
86 regulator-max-microvolt = <3300000>;
87 regulator-enable-ramp-delay = <218>;