Searched full:lp8764 (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/mfd/ |
D | tps6594-spi.c | 3 * SPI access driver for TI TPS65224/TPS6594/TPS6593/LP8764 PMICs 83 { .compatible = "ti,lp8764-q1", .data = (void *)LP8764, }, 132 MODULE_DESCRIPTION("SPI Interface Driver for TPS65224, TPS6594/3, and LP8764");
|
D | tps6594-i2c.c | 3 * I2C access driver for TI TPS65224/TPS6594/TPS6593/LP8764 PMICs 198 { .compatible = "ti,lp8764-q1", .data = (void *)LP8764, }, 247 MODULE_DESCRIPTION("I2C Interface Driver for TPS65224, TPS6594/3, and LP8764");
|
D | tps6594-core.c | 3 * Core functions for TI TPS65224/TPS6594/TPS6593/LP8764 PMICs 654 /* No RTC for LP8764 and TPS65224 */ in tps6594_device_init() 655 if (tps->chip_id != LP8764 && tps->chip_id != TPS65224) { in tps6594_device_init()
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | ti,tps6594.yaml | 16 TPS6594 is the super-set device while TPS6593 and LP8764 are derivatives. 21 - ti,lp8764-q1
|
/linux-6.12.1/drivers/regulator/ |
D | tps6594-regulator.c | 24 /* TPS6593 and LP8764 supports OV, UV, SC, ILIM */ 662 nr_ldo = (tps->chip_id == LP8764) ? 0 : ARRAY_SIZE(tps6594_ldo_regs); in tps6594_regulator_probe() 735 /* LP8764 doesn't have LDO */ in tps6594_regulator_probe() 736 if (tps->chip_id != LP8764) { in tps6594_regulator_probe() 757 if (tps->chip_id == LP8764) in tps6594_regulator_probe()
|
/linux-6.12.1/Documentation/misc-devices/ |
D | tps6594-pfsm.rst | 27 - lp8764-q1
|
/linux-6.12.1/drivers/misc/ |
D | tps6594-esm.c | 3 * ESM (Error Signal Monitor) driver for TI TPS6594/TPS6593/LP8764 PMICs
|
D | tps6594-pfsm.c | 3 * PFSM (Pre-configurable Finite State Machine) driver for TI TPS65224/TPS6594/TPS6593/LP8764 PMICs
|
/linux-6.12.1/drivers/pinctrl/ |
D | pinctrl-tps6594.c | 489 case LP8764: in tps6594_pinctrl_probe()
|
/linux-6.12.1/arch/arm64/boot/dts/ti/ |
D | k3-j7200-som-p0.dtsi | 419 compatible = "ti,lp8764-q1";
|
D | k3-j721s2-som-p0.dtsi | 386 compatible = "ti,lp8764-q1";
|
/linux-6.12.1/include/linux/mfd/ |
D | tps6594.h | 20 LP8764, enumerator
|