Lines Matching +full:dvs +full:- +full:gpio

3 Device has 8 GPIO pins which can be configured as GPIO as well as the
6 Please refer file <devicetree/bindings/pinctrl/pinctrl-bindings.txt>
11 --------------------------
14 - pinctrl-names: A pinctrl state named per <pinctrl-bindings.txt>.
15 - pinctrl[0...n]: Properties to contain the phandle for pinctrl states per
16 <pinctrl-bindings.txt>.
19 sub-node have following properties:
22 ------------------
23 - pins: List of pins. Valid values of pins properties are:
27 -------------------
29 <pinctrl-bindings.txt>. Absence of properties will leave the configuration
32 drive-push-pull,
33 drive-open-drain,
34 bias-pull-up,
35 bias-pull-down.
38 gpio, lpm-control-in, fps-out, 32k-out, sd0-dvs-in, sd1-dvs-in,
39 reference-out
46 - maxim,active-fps-source: FPS source for the GPIOs to get
49 - MAX77620_FPS_SRC_0,
51 - MAX77620_FPS_SRC_1,
53 - MAX77620_FPS_SRC_2 and
55 - MAX77620_FPS_SRC_NONE.
56 GPIO is not controlled
62 GPIO to default configuration.
64 - maxim,active-fps-power-up-slot: Sequencing event slot number on which
65 the GPIO get enabled when
71 - maxim,active-fps-power-down-slot: Sequencing event slot number on which
72 the GPIO get disabled when master
78 - maxim,suspend-fps-source: This is same as property
79 "maxim,active-fps-source" but value
83 - maxim,suspend-fps-power-up-slot: This is same as property
84 "maxim,active-fps-power-up-slot" but
91 - maxim,suspend-fps-power-down-slot: This is same as property
92 "maxim,active-fps-power-down-slot" but
101 --------
102 #include <dt-bindings/mfd/max77620.h>
106 pinctrl-names = "default";
107 pinctrl-0 = <&spmic_default>;
112 function = "gpio";
117 function = "fps-out";
118 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
123 function = "fps-out";
124 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;