[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b3151086-206e-4520-9a52-04591478de0a@oss.qualcomm.com>
Date: Thu, 25 Sep 2025 15:08:37 +0200
From: Konrad Dybcio <konrad.dybcio@....qualcomm.com>
To: Eric Gonçalves <ghatto404@...il.com>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: devicetree@...r.kernel.org, linux-arm-msm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/5] arm64: dts: qcom: r0q: add touchscreen support
On 9/20/25 3:46 AM, Eric Gonçalves wrote:
> Enable the ST-Microelectronics FTS2BA61Y touchscreen. This patch
> depends on "Input: add support for the STM FTS2BA61Y touchscreen".
>
> The device has an issue where SPI 8 (the bus which the touchscreen is
> connected to) is not working properly right now, so
> spi-gpio is used instead.
>
> Signed-off-by: Eric Gonçalves <ghatto404@...il.com>
> ---
[...]
> &tlmm {
> gpio-reserved-ranges = <36 4>; /* SPI (Unused) */
> +
> + spi_clk_tsp_active: spi_clk_tsp_active {
> + mux {
> + pins = "gpio30";
> + function = "gpio";
> + };
> + config {
> + pins = "gpio30";
> + drive-strength = <6>;
> + bias-disable;
> + };
> + };
Drop mux/config, put all the properties right under the pin definition
> +
> + spi_clk_tsp_sleep: spi_clk_tsp_sleep {
Underscores are forbidden in node names, use dashes instead
Konrad
Powered by blists - more mailing lists