On Tue, Oct 4, 2016 at 7:01 AM,  <[email protected]> wrote:
> I am pretty sure that the problem is in the following block of code:
>                 interrupts = <8 13 2>;
>                 irq-gpios = <8 13>;
>                 reset-gpios = <8 14>;
>
> I do not know how to define these gpios in that block of code, how to assign
> them to interrupts, irg-gpios and reset-gpios.
>
> Gpio which is connected to GT911 controller's interrupt is P8_13 and gpio
> for reset of the GT911 controller is P8_14.

Well,

https://github.com/derekmolloy/boneDeviceTree/blob/master/docs/BeagleboneBlackP8HeaderTable.pdf

P8_13 = gpio0_23
P8_24 = gpio0_26

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/input/touchscreen/goodix.txt

interrupt-parent = <&gpio0>;
interrupts = <0 0>; //interrupts : Interrupt to which the chip is connected

irq-gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
reset-gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYhBqzNwAMmBjVm0r_niRof0_E72xyfBVR415dLE_cyuMw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to