Devicetree
 help / color / mirror / Atom feed
From: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
To: Georg Gottleuber <g.gottleuber@tuxedocomputers.com>,
	Georg Gottleuber <ggo@tuxedocomputers.com>
Cc: 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>,
	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 5/6] arm64: dts: qcom: Add dts for Medion SPRCHRGD 14 S1
Date: Mon, 22 Dec 2025 13:30:48 +0200	[thread overview]
Message-ID: <748385b8-0764-4665-baae-5876be334a47@oss.qualcomm.com> (raw)
In-Reply-To: <3f52419a-2494-4852-96cd-dd5607e45760@tuxedocomputers.com>

On 22/12/2025 13:29, Georg Gottleuber wrote:
> 
> 
> Am 22.12.25 um 01:32 schrieb Dmitry Baryshkov:
>> On Thu, Dec 04, 2025 at 04:52:07PM +0100, Georg Gottleuber wrote:
>>> Initial support for the Medion SPRCHRGD 14 S1, which is based on the
>>> Qualcomm Snapdragon X Elite SoC (X1E78100).
>>>
>>> Working:
>>> * Touchpad
>>> * Keyboard
>>> * eDP
>>> * NVMe
>>> * USB Type-C port
>>> * USB-C DP altmode
>>> * HDMI-A port
>>> * WiFi
>>> * Bluetooth
>>> * GPU
>>> * Video decoding
>>> * USB Type-A
>>> * Audio, speakers, microphones
>>>          - 4x speakers.
>>>          - 2x dmic
>>>          - headset
>>> * Camera
>>> * Fingerprint reader
>>>
>>> Co-developed-by: Srinivas Kandagatla <srini@kernel.org>
>>> Signed-off-by: Srinivas Kandagatla <srini@kernel.org>
>>> Co-developed-by: Ettore Chimenti <ettore.chimenti@linaro.org>
>>> Signed-off-by: Ettore Chimenti <ettore.chimenti@linaro.org>
>>> Signed-off-by: Georg Gottleuber <ggo@tuxedocomputers.com>
>>> ---
>>>   arch/arm64/boot/dts/qcom/Makefile             |    2 +
>>>   .../qcom/x1e80100-medion-sprchrgd-14-s1.dts   | 1515 +++++++++++++++++
>>>   2 files changed, 1517 insertions(+)
>>>   create mode 100644 arch/arm64/boot/dts/qcom/x1e80100-medion-sprchrgd-14-s1.dts
>>
>>> +
>>> +&gpu {
>>> +	status = "okay";
>>> +
>>> +	zap-shader {
>>> +		firmware-name = "qcom/x1e80100/medion/qcdxkmsuc8380.mbn";
>>
>> Please use the `qcom/SoC/Vendor/Device` path for the firmware. In your
>> case it should be:
>>
>> 		firmware-name = "qcom/x1e80100/Medion/sprchrgd-14-s1/qcdxkmsuc8380.mbn";
>>
> 
> Ack, but this patch was applied 2025-12-18. I assume there is no way to
> change this before the merge into mainline, right?

I will send a fix later.

-- 
With best wishes
Dmitry

  reply	other threads:[~2025-12-22 11:30 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-04 15:52 [PATCH v2 0/6] Add Medion SPRCHRGD 14 S1 (X1E78100) Georg Gottleuber
2025-12-04 15:52 ` [PATCH v2 1/6] dt-bindings: vendor-prefixes: Add prefix for TUXEDO Computers GmbH Georg Gottleuber
2025-12-04 15:52 ` [PATCH v2 2/6] dt-bindings: arm: qcom: Add TUXEDO Computers device Georg Gottleuber
2025-12-04 15:52 ` [PATCH v2 3/6] dt-bindings: vendor-prefixes: Add Medion AG Georg Gottleuber
2025-12-04 15:52 ` [PATCH v2 4/6] dt-bindings: arm: qcom: Add Medion SPRCHRGD device Georg Gottleuber
2025-12-08  6:24   ` Krzysztof Kozlowski
2025-12-04 15:52 ` [PATCH v2 5/6] arm64: dts: qcom: Add dts for Medion SPRCHRGD 14 S1 Georg Gottleuber
2025-12-05 11:02   ` Konrad Dybcio
2025-12-22  0:32   ` Dmitry Baryshkov
2025-12-22 11:29     ` Georg Gottleuber
2025-12-22 11:30       ` Dmitry Baryshkov [this message]
2025-12-04 15:52 ` [PATCH v2 6/6] firmware: qcom: scm: QSEECOM on " Georg Gottleuber
2025-12-05 22:46   ` Dmitry Baryshkov
2025-12-17 23:07 ` [PATCH v2 0/6] Add Medion SPRCHRGD 14 S1 (X1E78100) Bjorn Andersson

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=748385b8-0764-4665-baae-5876be334a47@oss.qualcomm.com \
    --to=dmitry.baryshkov@oss.qualcomm.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=g.gottleuber@tuxedocomputers.com \
    --cc=ggo@tuxedocomputers.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@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