From: Georg Gottleuber <g.gottleuber@tuxedocomputers.com>
To: Krzysztof Kozlowski <krzk@kernel.org>,
Georg Gottleuber <ggo@tuxedocomputers.com>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Ettore Chimenti <ettore.chimenti@linaro.org>,
Srinivas Kandagatla <srini@kernel.org>,
stefan.schmidt@linaro.org, stephan.gerhold@linaro.org,
wse@tuxedocomputers.com, cs@tuxedo.de
Subject: Re: [PATCH v2 0/7] Add TUXEDO Elite 14 Gen1 (X1E78100)
Date: Mon, 10 Nov 2025 12:50:30 +0100 [thread overview]
Message-ID: <d71bae83-039e-4d03-8b77-2af9a8ab255c@tuxedocomputers.com> (raw)
In-Reply-To: <a3b26b2f-3f23-4a1a-87ef-0f5631e96ce7@tuxedocomputers.com>
Am 06.11.25 um 13:56 schrieb Georg Gottleuber:
>
>
> Am 06.11.25 um 09:15 schrieb Krzysztof Kozlowski:
>> On 05/11/2025 16:41, Georg Gottleuber wrote:
>>> Initial support for TUXEDO Elite 14 Gen1 laptop. It is based on Qualcomm
>>> Snapdragon X Elite SoC (X1E78100).
>>>
>>> Changes in v2:
>>> - Rebase to v6.18-rc4/master
>>> - Add support for accelerated video decoding
>>> - Add support for audio (speakers, microphones, headset)
>>> - Add support for Bluetooth
>>> - Add support for camera
>>> - Add support for fingerprint reader
>>> - Add support for HDMI-A port
>>> - Add support for QSEECOM
>>> - Add support for USB Type-A
>>> - Add support for USB-C DP altmode
>>> - Add ASL Xiamen Technology Co. Ltd. vendor prefix
>>> - Add TUXEDO vendor prefix
>>> - Add cover letter
>>> - Removal of pointless comments
>>> - Coding style fixes
>>> - Spell check
>>>
>>> The device tree uses the dtschema from Linaro qcom-laptops [1].
>>
>> No, it cannot. You must work on mainline.
>>
>> Specifically, you must use mainline dtschema and I do not understand why
>> you choose it from some 3rd party repo. See writing-schema how to
>> install main dtschema package.
>
> I am building and testing with mainline dtschema, but checking this dts
> with 'make CHECK_DTBS=y qcom/x1e80100-tuxedo-elite-14-gen1.dtb' has
> revealed that one property was unevaluated (output: 'data-lanes' was
> unexpected [see line 1461]).
>
> This data-lane property is described in the following commit
> https://gitlab.com/Linaro/arm64-laptops/linux/-/commit/3d106a8ac261f81e48e4ee2a31b7484d863e0a4a
>
> Due to the warning from the check tool, I just wanted to point out this
> commit.
Sorry for not getting that right in my first reply. This commit from
Linaro was also posted to the lkml:
https://lore.kernel.org/all/20251006-topic-x1e80100-hdmi-v5-1-c006311d59d7@linaro.org/
I will include this requirement in the cover letter.
Thanks for the review.
Regards,
Georg
prev parent reply other threads:[~2025-11-10 11:50 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-05 15:41 [PATCH v2 0/7] Add TUXEDO Elite 14 Gen1 (X1E78100) Georg Gottleuber
2025-11-05 15:41 ` [PATCH v2 1/7] dt-bindings: vendor-prefixes: Add ASL Xiamen Technology Georg Gottleuber
2025-11-06 8:05 ` Krzysztof Kozlowski
2025-11-06 11:12 ` Ettore Chimenti
2025-11-06 11:15 ` Georg Gottleuber
2025-11-06 8:07 ` Krzysztof Kozlowski
2025-11-06 10:29 ` Georg Gottleuber
2025-11-05 15:41 ` [PATCH v2 2/7] dt-bindings: display: bridge: simple: document the ASL CS5263 DP-to-HDMI bridge Georg Gottleuber
2025-11-05 15:41 ` [PATCH v2 3/7] drm/bridge: simple: add " Georg Gottleuber
2025-11-05 15:41 ` [PATCH v2 4/7] dt-bindings: vendor-prefixes: Add prefix for TUXEDO Computers GmbH Georg Gottleuber
2025-11-06 8:08 ` Krzysztof Kozlowski
2025-11-05 15:41 ` [PATCH v2 5/7] dt-bindings: arm: qcom: Add TUXEDO Computers device Georg Gottleuber
2025-11-06 8:06 ` Krzysztof Kozlowski
2025-11-06 16:50 ` Georg Gottleuber
2025-11-06 8:32 ` Krzysztof Kozlowski
2025-11-06 10:52 ` Georg Gottleuber
2025-11-05 15:41 ` [PATCH v2 6/7] arm64: dts: qcom: Add device tree for TUXEDO Elite 14 Gen1 Georg Gottleuber
2025-11-06 7:03 ` Maud Spierings
2025-11-06 8:13 ` Krzysztof Kozlowski
2025-11-07 10:21 ` Georg Gottleuber
2025-11-06 10:20 ` Konrad Dybcio
2025-11-10 13:41 ` Stephan Gerhold
2025-11-11 4:11 ` Bjorn Andersson
2025-11-11 9:54 ` Stephan Gerhold
2025-11-12 10:45 ` Georg Gottleuber
2025-11-12 13:50 ` Georg Gottleuber
2025-11-05 15:41 ` [PATCH v2 7/7] firmware: qcom: scm: Allow QSEECOM on Tuxedo " Georg Gottleuber
2025-11-06 8:09 ` Krzysztof Kozlowski
2025-11-06 8:15 ` [PATCH v2 0/7] Add TUXEDO Elite 14 Gen1 (X1E78100) Krzysztof Kozlowski
2025-11-06 12:56 ` Georg Gottleuber
2025-11-10 11:50 ` Georg Gottleuber [this message]
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=d71bae83-039e-4d03-8b77-2af9a8ab255c@tuxedocomputers.com \
--to=g.gottleuber@tuxedocomputers.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=cs@tuxedo.de \
--cc=devicetree@vger.kernel.org \
--cc=ettore.chimenti@linaro.org \
--cc=ggo@tuxedocomputers.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=srini@kernel.org \
--cc=stefan.schmidt@linaro.org \
--cc=stephan.gerhold@linaro.org \
--cc=wse@tuxedocomputers.com \
/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;
as well as URLs for NNTP newsgroup(s).