From: sashiko-bot@kernel.org
To: fQwQf <fqwqf@fqwqf.xyz>
Cc: conor+dt@kernel.org, devicetree@vger.kernel.org,
linux-input@vger.kernel.org, robh@kernel.org,
dmitry.torokhov@gmail.com
Subject: Re: [PATCH 2/2] arm64: dts: qcom: microsoft-romulus13: enable touchscreen
Date: Mon, 07 Sep 2026 05:52:10 +0000 [thread overview]
Message-ID: <20260907055210.789771F00A3A@smtp.kernel.org> (raw)
In-Reply-To: <010601a07a6524b4-0bac871e-cea3-4cbe-9a33-111003dd4808-000000@ap-northeast-1.amazonses.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] Missing Pinctrl Configuration for Touchscreen GPIOs
--
commit bbc74de3ce23fd59e3587b624f0acdca53aaf32a
Author: fQwQf <fqwqf@fqwqf.xyz>
arm64: dts: qcom: microsoft-romulus13: enable touchscreen
This commit adds the device tree node for the ITCH MSHW0468 touchscreen on
the Microsoft Surface Laptop 7. It describes the I2C controller, interrupt,
reset GPIO, and HID descriptor address to allow enumeration by i2c-hid.
> diff --git a/arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus13.dts b/arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus13.dts
> --- a/arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus13.dts
> +++ b/arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus13.dts
[ ... ]
> +&i2c8 {
> + clock-frequency = <400000>;
> +
> + status = "okay";
> +
> + touchscreen@34 {
> + compatible = "hid-over-i2c";
> + reg = <0x34>;
> + hid-descr-addr = <0x0000>;
> +
> + interrupts-extended = <&tlmm 38 IRQ_TYPE_LEVEL_LOW>;
> + reset-gpios = <&tlmm 31 GPIO_ACTIVE_LOW>;
[Severity: Medium]
Does this node need explicit pinctrl configuration for the touchscreen GPIOs?
Currently, the interrupts-extended and reset-gpios properties are claimed
without a corresponding pinctrl-0 array. On Qualcomm platforms, relying on
the bootloader's initial pinmux and pinconf state can be unreliable if power
domains cycle during system suspend, potentially losing the configuration.
For an active-low interrupt line, a missing pull-up bias could cause the
pin to float and generate spurious interrupts, while a missing pinmux might
prevent the device from resuming correctly.
> + };
> +};
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260907054339.12409-1-fqwqf@fqwqf.xyz?part=2
next prev parent reply other threads:[~2026-09-07 5:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260907054339.12409-1-fqwqf@fqwqf.xyz>
2026-09-07 5:43 ` [PATCH 1/2] dt-bindings: input: hid-over-i2c: allow reset GPIO fQwQf
2026-09-07 6:07 ` Krzysztof Kozlowski
2026-09-07 5:44 ` [PATCH 2/2] arm64: dts: qcom: microsoft-romulus13: enable touchscreen fQwQf
2026-09-07 5:52 ` sashiko-bot [this message]
2026-09-07 6:04 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260907055210.789771F00A3A@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=fqwqf@fqwqf.xyz \
--cc=linux-input@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox