Re: [PATCH v2 5/6] arm64: dts: qcom: Add dts for Medion SPRCHRGD 14 S1
From: Dmitry Baryshkov
Date: Mon Dec 22 2025 - 06:30:52 EST
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@xxxxxxxxxx>
Signed-off-by: Srinivas Kandagatla <srini@xxxxxxxxxx>
Co-developed-by: Ettore Chimenti <ettore.chimenti@xxxxxxxxxx>
Signed-off-by: Ettore Chimenti <ettore.chimenti@xxxxxxxxxx>
Signed-off-by: Georg Gottleuber <ggo@xxxxxxxxxxxxxxxxxxx>
---
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