On 12/03/2023 10:32, Joel Selvaraj wrote: > The Poco F1 EBBG variant uses Focaltech FTS touchscreen. Introduce > support for it. > > Signed-off-by: Joel Selvaraj <joelselvaraj.oss@xxxxxxxxx> > --- > .../dts/qcom/sdm845-xiaomi-beryllium-ebbg.dts | 27 +++++++++++++++++++ > 1 file changed, 27 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-ebbg.dts b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-ebbg.dts > index 76931ebad065..a23be4c8e1bb 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-ebbg.dts > +++ b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-ebbg.dts > @@ -13,3 +13,30 @@ &display_panel { > compatible = "ebbg,ft8719"; > status = "okay"; > }; > + > +&i2c14 { > + status = "okay"; > + > + dmas = <&gpi_dma1 0 6 QCOM_GPI_I2C>, > + <&gpi_dma1 1 6 QCOM_GPI_I2C>; > + dma-names = "tx", "rx"; > + > + touchscreen: focaltech@38 { Node names should be generic. https://devicetree-specification.readthedocs.io/en/latest/chapter2-devicetree-basics.html#generic-names-recommendation Best regards, Krzysztof