Lines Matching +full:bias +full:- +full:pull +full:- +full:pin +full:- +full:default
4 the configuration for Pull UP/DOWN, open drain etc.
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
14 phrase "pin configuration node".
16 Palmas's pin configuration nodes act as a container for an arbitrary number of
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
27 parameters implies no information about any pin configuration parameters.
28 Similarly, a pin subnode that describes a pullup parameter implies no
32 - ti,palmas-enable-dvfs1: Enable DVFS1. Configure pins for DVFS1 mode.
34 I2C2_SDA_SDO pin/pad for DVFS1 interface
35 - ti,palmas-enable-dvfs2: Enable DVFS2. Configure pins for DVFS2 mode.
37 and SYSEN2 pin/pad for DVFS2 interface
38 - ti,palmas-override-powerhold: This is applicable for PMICs for which
43 scenarios. So for GPIO7 if ti,palmas-override-powerhold is set
45 It should be set to POWERHOLD by default and only in case of
49 pinctrl-bindings.txt:
52 Options: function, bias-disable, bias-pull-up, bias-pull-down,
53 drive-open-drain.
59 Valid values for pin names are:
79 compatible = "ti,tps65913-pinctrl";
80 ti,palmas-enable-dvfs1;
81 pinctrl-names = "default";
82 pinctrl-0 = <&palmas_pins_state>;
88 bias-pull-up;
94 bias-pull-down;
100 drive-open-drain = <1>;