Lines Matching +full:function +full:- +full:off
7 - compatible: It must be one of following:
8 - "ti,palmas-pinctrl" for Palma series of the pincontrol.
9 - "ti,tps65913-pinctrl" for Palma series device TPS65913.
10 - "ti,tps80036-pinctrl" for Palma series device TPS80036.
12 Please refer to pinctrl-bindings.txt in this directory for details of the
18 list of pins. This configuration can include the mux function to select on
19 those pin(s), and various pin configuration parameters, such as pull-up,
26 other words, a subnode that lists a mux function but no pin configuration
29 information about e.g. the mux function.
32 - ti,palmas-enable-dvfs1: Enable DVFS1. Configure pins for DVFS1 mode.
33 Selection primary or secondary function associated to I2C2_SCL_SCE,
35 - ti,palmas-enable-dvfs2: Enable DVFS2. Configure pins for DVFS2 mode.
36 Selection primary or secondary function associated to GPADC_START
38 - ti,palmas-override-powerhold: This is applicable for PMICs for which
41 bit is turned off. This property enables driver to over ride the
42 POWERHOLD value to GPIO7 so as to turn off the PMIC in power off
43 scenarios. So for GPIO7 if ti,palmas-override-powerhold is set
46 power off scenarios the driver will over ride the mux value.
49 pinctrl-bindings.txt:
52 Options: function, bias-disable, bias-pull-up, bias-pull-down,
53 drive-open-drain.
65 Valid value of function names are:
79 compatible = "ti,tps65913-pinctrl";
80 ti,palmas-enable-dvfs1;
81 pinctrl-names = "default";
82 pinctrl-0 = <&palmas_pins_state>;
87 function = "id";
88 bias-pull-up;
93 function = "vacok";
94 bias-pull-down;
99 function = "opt0";
100 drive-open-drain = <1>;