Message ID | 20240131-expressatt_mxt224s_touchscreen-v2-0-4463ae0414b5@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add the mXT224S touchscreen to expressatt | expand |
On Wed, 31 Jan 2024 01:04:45 -0800, Rudraksha Gupta wrote: > Adds support for the Atmel touchscreen to the Samsung Galaxy Express > SGH-I437. Copies the gsbi3 node from apq8064, which is a similar SoC, > and sets appropriate properties. > > Applies successfully on top of my previous patch: > https://lkml.org/lkml/2024/1/20/56 > > [...] Applied, thanks! [1/2] ARM: dts: qcom: msm8960: Add gsbi3 node commit: 1cf6313648753e489ece516d05f77b39e52ff07e [2/2] ARM: dts: qcom: msm8960: expressatt: Add mXT224S touchscreen commit: 5936ee212525c7d1221a42e8189932cf42d35776 Best regards,
Adds support for the Atmel touchscreen to the Samsung Galaxy Express SGH-I437. Copies the gsbi3 node from apq8064, which is a similar SoC, and sets appropriate properties. Applies successfully on top of my previous patch: https://lkml.org/lkml/2024/1/20/56 Signed-off-by: Rudraksha Gupta <guptarud@gmail.com> --- Changes in v2: - Fix formatting for gsbi3 - Link to v1: https://lore.kernel.org/r/20240129-expressatt_mxt224s_touchscreen-v1-0-fb8552e1c32c@gmail.com --- Rudraksha Gupta (2): ARM: dts: qcom: msm8960: Add gsbi3 node ARM: dts: qcom: msm8960: expressatt: Add mXT224S touchscreen arch/arm/boot/dts/qcom/qcom-msm8960-pins.dtsi | 21 +++++++++++++++ .../dts/qcom/qcom-msm8960-samsung-expressatt.dts | 31 +++++++++++++++++++++- arch/arm/boot/dts/qcom/qcom-msm8960.dtsi | 28 +++++++++++++++++++ 3 files changed, 79 insertions(+), 1 deletion(-) --- base-commit: df2fa93a6956fcd03da4c251150aa9cc3c88c74d change-id: 20240129-expressatt_mxt224s_touchscreen-f1f4dc01667c Best regards,