Home
last modified time | relevance | path

Searched refs:max77802 (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dmax77802-regulator.c97 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_suspend_disable() local
101 max77802->opmode[id] = val; in max77802_set_suspend_disable()
113 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_mode() local
131 max77802->opmode[id] = val; in max77802_set_mode()
138 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_get_mode() local
141 return max77802_map_mode(max77802->opmode[id]); in max77802_get_mode()
163 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_suspend_mode() local
172 if (max77802->opmode[id] == MAX77802_OFF_PWRREQ) { in max77802_set_suspend_mode()
185 if (max77802->opmode[id] == MAX77802_OPMODE_NORMAL) in max77802_set_suspend_mode()
196 if (max77802->opmode[id] == MAX77802_OPMODE_LP) in max77802_set_suspend_mode()
[all …]
H A DMakefile81 obj-$(CONFIG_REGULATOR_MAX77802) += max77802-regulator.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dmaxim,max77686.txt7 bindings/mfd/max77802.txt for MAX77802 and
17 dt-bindings/clock/maxim,max77802.h.
34 - 0: 32khz_ap clock (max77686, max77802), 32khz_out0 (max77620)
35 - 1: 32khz_cp clock (max77686, max77802),
70 #include <dt-bindings/clock/maxim,max77802.h>
74 max77802: max77802@9 {
75 compatible = "maxim,max77802";
90 clocks = <&max77802 MAX77802_CLK_32K_AP>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dmax77802.txt10 regulators are defined in ../clk/maxim,max77802.txt and
11 ../regulator/max77802.txt respectively.
14 - compatible : Must be "maxim,max77802"
20 max77802: pmic@9 {
21 compatible = "maxim,max77802";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dmax77802.txt4 More information can be found in bindings/mfd/max77802.txt file.
33 - regulators : The regulators of max77802 have to be instantiated
50 The max77802 regulator supports two different operating modes: Normal and Low
63 The valid modes list is defined in the dt-bindings/regulator/maxim,max77802.h
74 max77802@9 {
75 compatible = "maxim,max77802";
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dexynos5410-odroidxu.dts12 #include <dt-bindings/clock/maxim,max77802.h>
181 max77802: pmic@9 { label
182 compatible = "maxim,max77802";
583 max77802_irq: max77802-irq {
605 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
H A Dexynos5800-peach-pi.dts12 #include <dt-bindings/clock/maxim,max77802.h>
13 #include <dt-bindings/regulator/maxim,max77802.h>
144 clocks = <&max77802 MAX77802_CLK_32K_CP>;
217 max77802: max77802-pmic@9 { label
218 compatible = "maxim,max77802";
823 max77802_irq: max77802-irq {
935 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
H A Dexynos5420-peach-pit.dts12 #include <dt-bindings/clock/maxim,max77802.h>
13 #include <dt-bindings/regulator/maxim,max77802.h>
144 clocks = <&max77802 MAX77802_CLK_32K_CP>;
208 max77802: max77802-pmic@9 { label
209 compatible = "maxim,max77802";
841 max77802_irq: max77802-irq {
953 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dexynos5420-peach-pit.dts12 #include <dt-bindings/clock/maxim,max77802.h>
13 #include <dt-bindings/regulator/maxim,max77802.h>
66 compatible = "maxim,max77802-pmic";
H A Dexynos5800-peach-pi.dts78 compatible = "maxim,max77802-pmic";
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS10696 F: Documentation/devicetree/bindings/*/*max77802.txt
10697 F: drivers/regulator/max77802-regulator.c
10698 F: include/dt-bindings/*/*max77802.h