Problems interfacing custom cape+display combo (1024x600) without EEPROM, Beaglebone Black

based on that, i’d change your i2c bus address to 0x34 from 0x38…

We still need to verify the ‘gpio-reset’ and ‘gpio-irq’ from the ft5x06, right now you have the gpio-irq setup as:

                interrupt-parent = <&gpio3>;
                interrupts = <19 0>;

That would be GPIO3_19, so let’s verify how you wired those 2 other pins…

Regards,