On Mon, Aug 10, 2026 at 05:21:40PM +0200, David Heidelberg wrote:
> touchscreen@49 {
> compatible = "st,stmfts";
> reg = <0x49>;
> - interrupt-parent = <&gpa1>;
> - interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
> - touchscreen-size-x = <1599>;
> - touchscreen-size-y = <2559>;
> + interrupts-extended = <&gpa1 1 IRQ_TYPE_LEVEL_LOW>;
> + touchscreen-size-x = <1600>;
> + touchscreen-size-y = <2560>;
This is not explained in the commit msg.
> touch-key-connected;
> avdd-supply = <&ldo30_reg>;
> vdd-supply = <&ldo31_reg>;
> ledvdd-supply = <&ldo33_reg>;
> };
> };
>
> --
> 2.55.0
>