boards: shields: rk055hdmipi4ma0: add probe address to RT595-EVK

Add probe address setting to RT595-EVK, to work around board issue with
routing of INT GPIO that prevents GPIO from being set to output mode.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2023-07-28 21:03:55 +00:00 committed by Carles Cufí
commit c255130910

View file

@ -12,7 +12,8 @@
rx-buffer-config = <1 7 11 1024>;
};
/* GT911 IRQ GPIO is active low on this board */
/* GT911 IRQ GPIO is active low on this board, and needs probing mode */
&touch_controller_rk055hdmipi4ma0 {
irq-gpios = <&nxp_mipi_connector 29 GPIO_ACTIVE_LOW>;
alt-addr = <0x14>;
};