Home
last modified time | relevance | path

Searched full:twl6030 (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dtwl-regulator.txt4 For twl6030 regulators/LDOs
6 - "ti,twl6030-vaux1" for VAUX1 LDO
7 - "ti,twl6030-vaux2" for VAUX2 LDO
8 - "ti,twl6030-vaux3" for VAUX3 LDO
9 - "ti,twl6030-vmmc" for VMMC LDO
10 - "ti,twl6030-vpp" for VPP LDO
11 - "ti,twl6030-vusim" for VUSIM LDO
12 - "ti,twl6030-vana" for VANA LDO
13 - "ti,twl6030-vcxio" for VCXIO LDO
14 - "ti,twl6030-vdac" for VDAC LDO
[all …]
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dtwl6030.dtsi8 * http://www.ti.com/lit/ds/symlink/twl6030.pdf
11 compatible = "ti,twl6030";
21 compatible = "ti,twl6030-vaux1";
27 compatible = "ti,twl6030-vaux2";
33 compatible = "ti,twl6030-vaux3";
39 compatible = "ti,twl6030-vmmc";
45 compatible = "ti,twl6030-vpp";
51 compatible = "ti,twl6030-vusim";
57 compatible = "ti,twl6030-vdac";
61 compatible = "ti,twl6030-vana";
[all …]
H A Dtwl6030_omap4.dtsi8 * On most OMAP4 platforms, the twl6030 IRQ line is connected
9 * to the SYS_NIRQ1 line on OMAP and the twl6030 MSECURE line is
22 twl6030_wkup_pins: twl6030-wkup-pins {
30 twl6030_pins: twl6030-pins {
H A Domap4-kc1.dts117 compatible = "ti,twl6030-power";
174 #include "twl6030.dtsi"
H A Domap4-epson-embt2ws.dts152 compatible = "ti,twl6030-usb";
158 compatible = "ti,twl6030-pwm";
164 compatible = "ti,twl6030-pwmled";
H A Domap4-duovero.dtsi184 #include "twl6030.dtsi"
H A Domap4-var-som-om44.dtsi197 #include "twl6030.dtsi"
H A Domap4-panda-common.dtsi431 #include "twl6030.dtsi"
H A Domap4-sdp.dts415 #include "twl6030.dtsi"
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dtwlxxxx-usb.txt3 TWL6030 USB COMPARATOR
4 - compatible : Should be "ti,twl6030-usb"
11 if it is twl6030 or ldousb if it is twl6032 subclass.
13 twl6030-usb {
14 compatible = "ti,twl6030-usb";
19 &twl6030-usb {
/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Dti,twl-pwm.txt5 On TWL6030 series: PWM0 and PWM1
8 - compatible: "ti,twl4030-pwm" or "ti,twl6030-pwm"
15 compatible = "ti,twl6030-pwm";
H A Dti,twl-pwmled.txt5 On TWL6030 series: LED PWM (mainly used as charging indicator LED)
8 - compatible: "ti,twl4030-pwmled" or "ti,twl6030-pwmled"
15 compatible = "ti,twl6030-pwmled";
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dtwl-family.txt13 - compatible : Must be "ti,twl6030";
29 * https://www.ti.com/lit/ds/symlink/twl6030.pdf
32 compatible = "ti,twl6030";
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-pwm.txt27 compatible = "ti,twl6030-pwm";
33 compatible = "ti,twl6030-pwmled";
/freebsd/sys/arm/ti/twl/
H A Dtwl.c124 * twl_is_6030 - returns true if the device is TWL6030
332 * strings are; "ti,twl6030", "ti,twl6025", "ti,twl4030".
361 if (strncasecmp(compat, "ti,twl6030", 10) == 0) in twl_probe()
385 device_set_desc(dev, "TI TWL6030 Companion IC"); in twl_probe()
H A Dtwl_clks.c91 #define TWL_CLKS_STATE 0x02 /* TWL6030 only */
283 * power domain, don't need to turn on explicitly like TWL6030. in twl_clks_set_state()
301 /* On TWL6030 we need to make sure we disable power for all groups */ in twl_clks_set_state()
579 device_set_desc(dev, "TI TWL6025/TWL6030 PMIC External Clocks"); in twl_clks_probe()
H A Dtwl_vreg.c443 /* On TWL6030 we need to make sure we disable power for all groups */ in twl_vreg_disable_regulator()
500 * power domain, don't need to turn on explicitly like TWL6030. in twl_vreg_enable_regulator()
954 device_set_desc(dev, "TI TWL6025/TWL6030 PMIC Voltage Regulators"); in twl_vreg_probe()