All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sdm845-shift-axolotl: Fix typo of compatible.
@ 2025-09-12  6:09 Tamura Dai
  2025-09-12  6:15 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 8+ messages in thread
From: Tamura Dai @ 2025-09-12  6:09 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, Tamura Dai

ref. edt-ft5x06.yaml

Signed-off-by: Tamura Dai <kirinode0@gmail.com>
---
 arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
index 2cf7b5e1243c..a0b288d6162f 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
@@ -432,7 +432,7 @@ &i2c5 {
 	status = "okay";
 
 	touchscreen@38 {
-		compatible = "focaltech,fts8719";
+		compatible = "focaltech,ft8719";
 		reg = <0x38>;
 		wakeup-source;
 		interrupt-parent = <&tlmm>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* Re: [PATCH v2] arm64: dts: qcom: sdm845-shift-axolotl: Fix typo of compatible
@ 2025-09-19  6:23 Joel Selvaraj
  2025-09-19  8:12 ` Luca Weiss
  0 siblings, 1 reply; 8+ messages in thread
From: Joel Selvaraj @ 2025-09-19  6:23 UTC (permalink / raw)
  To: Luca Weiss, Tamura Dai, Bjorn Andersson, Konrad Dybcio,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Joel Selvaraj
  Cc: linux-arm-msm, devicetree, linux-kernel, stable

Hi Luca Weiss and Tamura Dai,

On 9/12/25 02:24, Luca Weiss wrote:
> Hi Tamura,
> 
> On Fri Sep 12, 2025 at 9:01 AM CEST, Tamura Dai wrote:
>> The bug is a typo in the compatible string for the touchscreen node.
>> According to Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml,
>> the correct compatible is "focaltech,ft8719", but the device tree used
>> "focaltech,fts8719".
> 
> +Joel
> 
> I don't think this patch is really correct, in the sdm845-mainline fork
> there's a different commit which has some more changes to make the
> touchscreen work:
> 
> https://gitlab.com/sdm845-mainline/linux/-/commit/2ca76ac2e046158814b043fd4e37949014930d70

Yes, this patch is not correct. My commit from the gitlab repo is the 
correct one. But I personally don't have the shiftmq6 device to smoke 
test before sending the patch. That's why I was hesitant to send it 
upstream. I have now requested someone to confirm if the touchscreen 
works with my gitlab commit. If if its all good, I will send the correct 
patch later.

Regards,
Joel


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-09-19  8:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-12  6:09 [PATCH] arm64: dts: qcom: sdm845-shift-axolotl: Fix typo of compatible Tamura Dai
2025-09-12  6:15 ` Krzysztof Kozlowski
2025-09-12  6:58   ` Tamura Dai
2025-09-12  7:01   ` [PATCH v2] " Tamura Dai
2025-09-12  7:24     ` Luca Weiss
2025-09-12  7:26     ` Krzysztof Kozlowski
  -- strict thread matches above, loose matches on Subject: below --
2025-09-19  6:23 Joel Selvaraj
2025-09-19  8:12 ` Luca Weiss

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.