Lines Matching +full:vid +full:- +full:supply
4 - compatible : must be "hideep,hideep-ts"
5 - reg : I2C slave address, (e.g. 0x6C).
6 - interrupts : Interrupt to which the chip is connected.
9 - vdd-supply : It is the controller supply for controlling
11 - vid-supply : It is the controller supply for controlling
13 - reset-gpios : Define for reset gpio pin.
15 - touchscreen-size-x : X axis size of touchscreen
16 - touchscreen-size-y : Y axis size of touchscreen
17 - linux,keycodes : Specifies an array of numeric keycode values to
23 #include "dt-bindings/input/input.h"
30 compatible = "hideep,hideep-ts";
32 interrupt-parent = <&gpx1>;
34 vdd-supply = <&ldo15_reg>;
35 vid-supply = <&ldo18_reg>;
36 reset-gpios = <&gpx1 5 0>;
37 touchscreen-size-x = <1080>;
38 touchscreen-size-y = <1920>;