Setting GPIO pins on touchscreen Linux Driver

a7x
a7x New Member Posts: 3
Greetings.

I need to specify the GPIO pins of my EDT-FT5206 display but I don't know where to start.

I know that the linux kernel of the UpBoard has some specific drivers for this type of screen that are located in "/drivers/input/touchscreen/edt-ft5x06. c" and that can be called by means of the modprobe command but I don't know how to specify which pins to receive the information from.

The documentation found specifies that certain lines of code can be added to the devicetree of the operating system, but I don't know how to apply it to this board.

Thank you in advance for your help.

Comments