Searched full:twl6030 (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | twl-regulator.txt | 4 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 D | twl6030.dtsi | 8 * 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 D | twl6030_omap4.dtsi | 8 * 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 D | omap4-kc1.dts | 117 compatible = "ti,twl6030-power"; 174 #include "twl6030.dtsi"
|
H A D | omap4-epson-embt2ws.dts | 152 compatible = "ti,twl6030-usb"; 158 compatible = "ti,twl6030-pwm"; 164 compatible = "ti,twl6030-pwmled";
|
H A D | omap4-duovero.dtsi | 184 #include "twl6030.dtsi"
|
H A D | omap4-var-som-om44.dtsi | 197 #include "twl6030.dtsi"
|
H A D | omap4-panda-common.dtsi | 431 #include "twl6030.dtsi"
|
H A D | omap4-sdp.dts | 415 #include "twl6030.dtsi"
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | twlxxxx-usb.txt | 3 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 D | ti,twl-pwm.txt | 5 On TWL6030 series: PWM0 and PWM1 8 - compatible: "ti,twl4030-pwm" or "ti,twl6030-pwm" 15 compatible = "ti,twl6030-pwm";
|
H A D | ti,twl-pwmled.txt | 5 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 D | twl-family.txt | 13 - 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 D | leds-pwm.txt | 27 compatible = "ti,twl6030-pwm"; 33 compatible = "ti,twl6030-pwmled";
|
/freebsd/sys/arm/ti/twl/ |
H A D | twl.c | 124 * 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 D | twl_clks.c | 91 #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 D | twl_vreg.c | 443 /* 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()
|