Searched full:bd71828 (Results 1 – 15 of 15) sorted by relevance
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | rohm,bd71828-pmic.yaml | 4 $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 63 BD71827 and BD71828 have SAR ADC for measuring charging currents. 69 $ref: /schemas/regulator/rohm,bd71828-regulator.yaml 74 $ref: /schemas/leds/rohm,bd71828-leds.yaml 78 Usage of BD71828 GPIO pins can be changed via OTP. This property can be 104 compatible = "rohm,bd71828"; [all …]
|
/linux/Documentation/devicetree/bindings/leds/ |
H A D | rohm,bd71828-leds.yaml | 4 $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/drivers/gpio/ |
H A D | gpio-bd71828.c | 5 #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");
|
H A D | Kconfig | 1270 tristate "ROHM BD71828 GPIO support" 1273 Support for GPIOs on ROHM BD71828 PMIC. There are three GPIOs 1279 will be called gpio-bd71828.
|
H A D | Makefile | 43 obj-$(CONFIG_GPIO_BD71828) += gpio-bd71828.o
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | rohm,bd71828-regulator.yaml | 4 $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/drivers/mfd/ |
H A D | rohm-bd71828.c | 5 // ROHM BD71828/BD71815 PMIC driver 15 #include <linux/mfd/rohm-bd71828.h> 31 .name = "bd71828-pwrkey", 113 { .name = "bd71828-pmic", }, 114 { .name = "bd71828-gpio", }, 115 { .name = "bd71828-led", .of_compatible = "rohm,bd71828-leds" }, 120 { .name = "bd71828-clk", }, 123 .name = "bd71828-rtc", 214 * register. BD71815 and BD71828 have same sub-register-block offests. 586 .compatible = "rohm,bd71828", [all …]
|
/linux/drivers/rtc/ |
H A D | rtc-bd70528.c | 5 // 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 265 * This works for BD71828 and BD71815 as they have same offset in bd70528_probe() 338 { "bd71828-rtc", ROHM_CHIP_TYPE_BD71828 }, 355 MODULE_DESCRIPTION("ROHM BD71828 and BD71815 PMIC RTC driver");
|
H A D | Kconfig | 549 tristate "ROHM BD71815 and BD71828 PMIC RTC" 553 block on ROHM BD71815 and BD71828 Power Management IC.
|
/linux/drivers/clk/ |
H A D | clk-bd718x7.c | 18 /* BD71828 */ 24 * BD71837, BD71847, and BD71828 all use bit [0] to clk output control 147 { "bd71828-clk", ROHM_CHIP_TYPE_BD71828 },
|
H A D | Kconfig | 470 and BD71828 PMICs clock gates.
|
/linux/include/linux/mfd/ |
H A D | rohm-shared.h | 8 /* RTC definitions shared between BD70528 and BD71828 */
|
/linux/drivers/regulator/ |
H A D | Kconfig | 233 tristate "ROHM BD71828 Power Regulator" 237 This driver supports voltage regulators on ROHM BD71828 PMIC. 242 will be called bd71828-regulator.
|
H A D | Makefile | 36 obj-$(CONFIG_REGULATOR_BD71828) += bd71828-regulator.o
|
/linux/ |
H A D | MAINTAINERS | 20602 F: drivers/gpio/gpio-bd71828.c 20603 F: drivers/mfd/rohm-bd71828.c 20608 F: drivers/regulator/bd71828-regulator.c 20617 F: include/linux/mfd/rohm-bd71828.h
|