Home
last modified time | relevance | path

Searched full:max77802 (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dmaxim,max77686.txt1 Binding for Maxim MAX77686/MAX77802/MAX77620 32k clock generator block
3 This is a part of device tree bindings of MAX77686/MAX77802/MAX77620
7 bindings/mfd/max77802.txt for MAX77802 and
15 The MAX77802 contains two 32.768khz clock outputs that can be controlled
17 dt-bindings/clock/maxim,max77802.h.
34 - 0: 32khz_ap clock (max77686, max77802), 32khz_out0 (max77620)
35 - 1: 32khz_cp clock (max77686, max77802),
68 2. With MAX77802:
70 #include <dt-bindings/clock/maxim,max77802.h>
74 max77802: max77802@9 {
[all …]
/linux-6.12.1/drivers/regulator/
Dmax77802-regulator.c3 // max77802.c - Regulator driver for the Maxim 77802
25 #include <dt-bindings/regulator/maxim,max77802.h>
96 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_suspend_disable() local
100 if (WARN_ON_ONCE(id >= ARRAY_SIZE(max77802->opmode))) in max77802_set_suspend_disable()
102 max77802->opmode[id] = val; in max77802_set_suspend_disable()
114 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_mode() local
132 if (WARN_ON_ONCE(id >= ARRAY_SIZE(max77802->opmode))) in max77802_set_mode()
135 max77802->opmode[id] = val; in max77802_set_mode()
142 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_get_mode() local
145 if (WARN_ON_ONCE(id >= ARRAY_SIZE(max77802->opmode))) in max77802_get_mode()
[all …]
DMakefile92 obj-$(CONFIG_REGULATOR_MAX77802) += max77802-regulator.o
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dmaxim,max77802.yaml4 $id: http://devicetree.org/schemas/mfd/maxim,max77802.yaml#
7 title: Maxim MAX77802 Power Management IC
14 This is a part of device tree bindings for Maxim MAX77802 Power Management
17 The Maxim MAX77802 is a Power Management IC which includes voltage and
21 The MAX77802 provides two 32.768khz clock outputs that can be controlled
23 in dt-bindings/clock/maxim,max77802.h.
27 const: maxim,max77802
39 $ref: /schemas/regulator/maxim,max77802.yaml
95 #include <dt-bindings/regulator/maxim,max77802.h>
102 compatible = "maxim,max77802";
/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Dmaxim,max77802.yaml4 $id: http://devicetree.org/schemas/regulator/maxim,max77802.yaml#
7 title: Maxim MAX77802 Power Management IC regulators
14 This is a part of device tree bindings for Maxim MAX77802 Power Management
20 See also Documentation/devicetree/bindings/mfd/maxim,max77802.yaml for
24 The valid modes list is defined in the dt-bindings/regulator/maxim,max77802.h
/linux-6.12.1/drivers/mfd/
Dmax77686.c31 { .name = "max77802-pmic", },
32 { .name = "max77802-clk", },
33 { .name = "max77802-rtc", },
110 .name = "max77802-pmic",
139 .name = "max77802-pmic",
153 .compatible = "maxim,max77802",
DKconfig888 MAX77802 which are Power Management IC with an RTC on chip.
/linux-6.12.1/drivers/clk/
Dclk-max77686.c3 // clk-max77686.c - Clock driver for Maxim 77686/MAX77802
23 #include <dt-bindings/clock/maxim,max77802.h>
258 /* MAX77802: Enable low-jitter mode on the 32khz clocks. */ in max77686_clk_probe()
274 { "max77802-clk", .driver_data = CHIP_MAX77802, },
/linux-6.12.1/arch/arm/boot/dts/samsung/
Dexynos5410-odroidxu.dts12 #include <dt-bindings/clock/maxim,max77802.h>
185 max77802: pmic@9 { label
186 compatible = "maxim,max77802";
569 max77802_irq: max77802-irq-pins {
591 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
Dexynos5420-peach-pit.dts12 #include <dt-bindings/clock/maxim,max77802.h>
13 #include <dt-bindings/regulator/maxim,max77802.h>
148 clocks = <&max77802 MAX77802_CLK_32K_CP>;
212 max77802: pmic@9 { label
213 compatible = "maxim,max77802";
846 max77802_irq: max77802-irq-pins {
951 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
Dexynos5800-peach-pi.dts12 #include <dt-bindings/clock/maxim,max77802.h>
13 #include <dt-bindings/regulator/maxim,max77802.h>
148 clocks = <&max77802 MAX77802_CLK_32K_CP>;
221 max77802: pmic@9 { label
222 compatible = "maxim,max77802";
828 max77802_irq: max77802-irq-pins {
933 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
/linux-6.12.1/include/linux/mfd/
Dmax77686.h61 /* MAX77802 regulator IDs */
Dmax77686-private.h172 /* MAX77802 PMIC registers */
/linux-6.12.1/drivers/rtc/
Drtc-max77686.c3 // RTC driver for Maxim MAX77686 and MAX77802
45 * MAX77802 has separate register (RTCAE1) for alarm enable instead
274 .name = "max77802-rtc",
865 { "max77802-rtc", .driver_data = (kernel_ulong_t)&max77802_drv_data, },
DKconfig394 RTC of Maxim MAX77686/MAX77620/MAX77802 PMIC.
/linux-6.12.1/
DMAINTAINERS13999 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
14003 F: Documentation/devicetree/bindings/*/*max77802.yaml
14004 F: drivers/regulator/max77802-regulator.c
14005 F: include/dt-bindings/*/*max77802.h