Home
last modified time | relevance | path

Searched full:bd71828 (Results 1 – 19 of 19) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Drohm,bd71828-pmic.yaml4 $id: http://devicetree.org/schemas/mfd/rohm,bd71828-pmic.yaml#
7 title: ROHM BD71828 Power Management Integrated Circuit
21 - const: rohm,bd71828
25 - const: rohm,bd71828
50 const: bd71828-32k-out
62 BD71827 and BD71828 have SAR ADC for measuring charging currents.
68 $ref: /schemas/regulator/rohm,bd71828-regulator.yaml
73 $ref: /schemas/leds/rohm,bd71828-leds.yaml
77 Usage of BD71828 GPIO pins can be changed via OTP. This property can be
103 compatible = "rohm,bd71828";
[all …]
Drohm,bd71815-pmic.yaml57 BD71827 and BD71828 have SAR ADC for measuring charging currents.
70 Usage of BD71828 GPIO pins can be changed via OTP. This property can be
/linux-6.12.1/Documentation/devicetree/bindings/leds/
Drohm,bd71828-leds.yaml4 $id: http://devicetree.org/schemas/leds/rohm,bd71828-leds.yaml#
7 title: ROHM BD71828 Power Management Integrated Circuit LED driver
13 This module is part of the ROHM BD71828 MFD device. For more details
14 see Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml.
23 const: rohm,bd71828-leds
35 - bd71828-ambled
36 - bd71828-grnled
/linux-6.12.1/drivers/gpio/
Dgpio-bd71828.c5 #include <linux/mfd/rohm-bd71828.h>
88 * on BD71828 can't really be used for general purpose input - input in bd71828_get_direction()
109 bdgpio->gpio.label = "bd71828-gpio"; in bd71828_probe()
133 .name = "bd71828-gpio"
141 MODULE_DESCRIPTION("BD71828 voltage regulator driver");
143 MODULE_ALIAS("platform:bd71828-gpio");
DKconfig1268 tristate "ROHM BD71828 GPIO support"
1271 Support for GPIOs on ROHM BD71828 PMIC. There are three GPIOs
1277 will be called gpio-bd71828.
DMakefile43 obj-$(CONFIG_GPIO_BD71828) += gpio-bd71828.o
/linux-6.12.1/drivers/mfd/
Drohm-bd71828.c5 // ROHM BD71828/BD71815 PMIC driver
15 #include <linux/mfd/rohm-bd71828.h>
31 .name = "bd71828-pwrkey",
41 DEFINE_RES_IRQ_NAMED(BD71828_INT_RTC0, "bd71828-rtc-alm-0"),
42 DEFINE_RES_IRQ_NAMED(BD71828_INT_RTC1, "bd71828-rtc-alm-1"),
43 DEFINE_RES_IRQ_NAMED(BD71828_INT_RTC2, "bd71828-rtc-alm-2"),
113 { .name = "bd71828-pmic", },
114 { .name = "bd71828-gpio", },
115 { .name = "bd71828-led", .of_compatible = "rohm,bd71828-leds" },
120 { .name = "bd71828-clk", },
[all …]
DMakefile270 obj-$(CONFIG_MFD_ROHM_BD71828) += rohm-bd71828.o
DKconfig2089 tristate "ROHM BD71828 and BD71815 Power Management IC"
2096 Select this option to get support for the ROHM BD71828 and BD71815
2099 The BD71828 integrates 7 buck converters and 7 LDOs. The BD71815
/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Drohm,bd71828-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/rohm,bd71828-regulator.yaml#
7 title: ROHM BD71828 Power Management Integrated Circuit regulators
13 This module is part of the ROHM BD71828 MFD device. For more details
14 see Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml.
20 The valid names for BD71828 regulator nodes are
/linux-6.12.1/drivers/rtc/
Drtc-bd70528.c5 // RTC driver for ROHM BD71828 and BD71815 PMIC
9 #include <linux/mfd/rohm-bd71828.h>
17 * On BD71828 and BD71815 the ALM0 MASK is 14 bytes after the ALM0
267 * This works for BD71828 and BD71815 as they have same offset in bd70528_probe()
279 irq_name = "bd71828-rtc-alm-0"; in bd70528_probe()
341 { "bd71828-rtc", ROHM_CHIP_TYPE_BD71828 },
358 MODULE_DESCRIPTION("ROHM BD71828 and BD71815 PMIC RTC driver");
DKconfig538 tristate "ROHM BD71815 and BD71828 PMIC RTC"
542 block on ROHM BD71815 and BD71828 Power Management IC.
/linux-6.12.1/drivers/clk/
Dclk-bd718x7.c18 /* BD71828 */
24 * BD71837, BD71847, and BD71828 all use bit [0] to clk output control
147 { "bd71828-clk", ROHM_CHIP_TYPE_BD71828 },
DKconfig451 and BD71828 PMICs clock gates.
/linux-6.12.1/drivers/regulator/
Dbd71828-regulator.c3 // bd71828-regulator.c ROHM BD71828GW-DS1 regulator driver
10 #include <linux/mfd/rohm-bd71828.h>
719 .name = "bd71828-pmic",
728 MODULE_DESCRIPTION("BD71828 voltage regulator driver");
730 MODULE_ALIAS("platform:bd71828-pmic");
DKconfig233 tristate "ROHM BD71828 Power Regulator"
237 This driver supports voltage regulators on ROHM BD71828 PMIC.
242 will be called bd71828-regulator.
DMakefile36 obj-$(CONFIG_REGULATOR_BD71828) += bd71828-regulator.o
/linux-6.12.1/include/linux/mfd/
Drohm-shared.h8 /* RTC definitions shared between BD70528 and BD71828 */
/linux-6.12.1/
DMAINTAINERS20045 F: drivers/gpio/gpio-bd71828.c
20046 F: drivers/mfd/rohm-bd71828.c
20051 F: drivers/regulator/bd71828-regulator.c
20060 F: include/linux/mfd/rohm-bd71828.h