[PATCH v5 1/3] dt-bindings: input: touchscreen: st,stmfts: Introduce STM FTS5
Krzysztof Kozlowski
krzk at kernel.org
Tue Aug 11 00:03:23 PDT 2026
On Mon, Aug 10, 2026 at 05:21:40PM +0200, David Heidelberg wrote:
> touchscreen at 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
>
More information about the linux-arm-kernel
mailing list