Re: [PATCH v3 0/7] dts: qcom: sc8280xp: add i2c, spi, and rng nodes

From: Brian Masney
Date: Wed Jan 04 2023 - 09:15:57 EST


On Wed, Dec 21, 2022 at 01:41:52PM -0600, Steev Klimaszewski wrote:
> One note, and this isn't due to your patches at all, but the touchscreen on
> the Thinkpad X13s needs to be manually bound in order to work via echo
> 1-0010 | sudo tee /sys/bus/i2c/drivers/i2c_hid_of/bind - this patch does not
> affect that, though I had hoped maybe it would.
>
> Tested on the Lenovo Thinkpad X13s
>
> Tested-by: Steev Klimaszewski <steev@xxxxxxxx>

Hi Steev,

I believe that I remember reading at some point that the touchscreen
issue on the x13s was related to some probe deferral issues. If so,
try adding this patch series from Javier to see if that helps the
situation:

https://lore.kernel.org/lkml/20221116115348.517599-1-javierm@xxxxxxxxxx/

Javier separately encountered a probe deferral issue when enabling a
Snapdragon-based Chromebook on Fedora that caused him to work on that
patch series.

Brian