Home
last modified time | relevance | path

Searched full:twl6032 (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dti,twl.yaml117 const: ti,twl6032
124 - ti,twl6032-ldo1
125 - ti,twl6032-ldo2
126 - ti,twl6032-ldo3
127 - ti,twl6032-ldo4
128 - ti,twl6032-ldo5
129 - ti,twl6032-ldo6
130 - ti,twl6032-ldo7
131 - ti,twl6032-ldoln
132 - ti,twl6032-ldousb
[all …]
/linux-6.12.1/arch/arm/boot/dts/ti/omap/
Domap4-epson-embt2ws.dts81 compatible = "ti,twl6032";
96 compatible = "ti,twl6032-ldo2";
102 compatible = "ti,twl6032-ldo4";
108 compatible = "ti,twl6032-ldo3";
114 compatible = "ti,twl6032-ldo5";
121 compatible = "ti,twl6032-ldo1";
127 compatible = "ti,twl6032-ldo7";
133 compatible = "ti,twl6032-ldoln";
138 compatible = "ti,twl6032-ldo6";
143 compatible = "ti,twl6032-ldousb";
[all …]
/linux-6.12.1/drivers/regulator/
Dtwl6030-regulator.c79 /* twl6032 SMPS EPROM values */
641 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label)
655 TWL6032_OF_MATCH("ti,twl6032-ldo2", LDO2),
656 TWL6032_OF_MATCH("ti,twl6032-ldo4", LDO4),
657 TWL6032_OF_MATCH("ti,twl6032-ldo3", LDO3),
658 TWL6032_OF_MATCH("ti,twl6032-ldo5", LDO5),
659 TWL6032_OF_MATCH("ti,twl6032-ldo1", LDO1),
660 TWL6032_OF_MATCH("ti,twl6032-ldo7", LDO7),
661 TWL6032_OF_MATCH("ti,twl6032-ldo6", LDO6),
662 TWL6032_OF_MATCH("ti,twl6032-ldoln", LDOLN),
[all …]
Dtwl-regulator.c548 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label)
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/
Dti,twl6030-gpadc.yaml15 19-input analog muliplexer in the TWL6032.
21 - ti,twl6032-gpadc
/linux-6.12.1/Documentation/devicetree/bindings/usb/
Dtwlxxxx-usb.txt11 if it is twl6030 or ldousb if it is twl6032 subclass.
/linux-6.12.1/drivers/clk/
Dclk-twl.c179 .name = "twl6032-clk",
DKconfig294 controlled by software. For now, only the TWL6032 clocks are
/linux-6.12.1/drivers/mfd/
Dtwl-core.c364 /* TWL6032 specific charger registers */
715 { .name = "twl6032-clk" },
928 { "twl6032", TWL6030_CLASS | TWL6032_SUBCLASS }, /* "Phoenix lite" */
Dtwl6030-irq.c361 {.compatible = "ti,twl6032", &twl6032_interrupt_mapping},
/linux-6.12.1/drivers/iio/adc/
Dtwl6030-gpadc.c30 * twl6030 per TRM has 17 channels, and twl6032 has 19 channels
871 .compatible = "ti,twl6032-gpadc",
DKconfig1585 Say yes here if you want support for the TWL6030/TWL6032 General
/linux-6.12.1/include/linux/mfd/
Dtwl.h706 #define TWL6032_SUBCLASS BIT(4) /* TWL6032 has changed registers */