[PATCH] arm64: dts: qcom: x1e80100-medion-sprchrgd-14-s1: correct firmware paths

Dmitry Baryshkov posted 1 patch 1 month, 2 weeks ago
arch/arm64/boot/dts/qcom/x1e80100-medion-sprchrgd-14-s1.dts | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
[PATCH] arm64: dts: qcom: x1e80100-medion-sprchrgd-14-s1: correct firmware paths
Posted by Dmitry Baryshkov 1 month, 2 weeks ago
Per the agreement, the firmware paths (even for devices not supported in
linux-firmware) should follow the SoC/Vendor/device pattern. Update
firmware names for Medion SPRCHRGD 14 S1 to follow that pattern.

Fixes: 8cf65490cdb0 ("arm64: dts: qcom: Add dts for Medion SPRCHRGD 14 S1")
Cc: Georg Gottleuber <ggo@tuxedocomputers.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/x1e80100-medion-sprchrgd-14-s1.dts | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/x1e80100-medion-sprchrgd-14-s1.dts b/arch/arm64/boot/dts/qcom/x1e80100-medion-sprchrgd-14-s1.dts
index 9155435484fb..20a33e6f27ee 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100-medion-sprchrgd-14-s1.dts
+++ b/arch/arm64/boot/dts/qcom/x1e80100-medion-sprchrgd-14-s1.dts
@@ -793,7 +793,7 @@ &gpu {
 	status = "okay";
 
 	zap-shader {
-		firmware-name = "qcom/x1e80100/medion/qcdxkmsuc8380.mbn";
+		firmware-name = "qcom/x1e80100/Medion/sprchrgd-14-s1/qcdxkmsuc8380.mbn";
 	};
 };
 
@@ -937,7 +937,7 @@ eusb6_repeater: redriver@4f {
 };
 
 &iris {
-	firmware-name = "qcom/x1e80100/medion/qcvss8380.mbn";
+	firmware-name = "qcom/x1e80100/Medion/sprchrgd-14-s1/qcvss8380.mbn";
 
 	status = "okay";
 };
@@ -1141,15 +1141,15 @@ &qupv3_2 {
 };
 
 &remoteproc_adsp {
-	firmware-name = "qcom/x1e80100/medion/qcadsp8380.mbn",
-			"qcom/x1e80100/medion/adsp_dtbs.elf";
+	firmware-name = "qcom/x1e80100/Medion/sprchrgd-14-s1/qcadsp8380.mbn",
+			"qcom/x1e80100/Medion/sprchrgd-14-s1/adsp_dtbs.elf";
 
 	status = "okay";
 };
 
 &remoteproc_cdsp {
-	firmware-name = "qcom/x1e80100/medion/qccdsp8380.mbn",
-			"qcom/x1e80100/medion/cdsp_dtbs.elf";
+	firmware-name = "qcom/x1e80100/Medion/sprchrgd-14-s1/qccdsp8380.mbn",
+			"qcom/x1e80100/Medion/sprchrgd-14-s1/cdsp_dtbs.elf";
 
 	status = "okay";
 };

---
base-commit: cc3aa43b44bdb43dfbac0fcb51c56594a11338a8
change-id: 20251224-fix-medion-230e353ba108

Best regards,
-- 
With best wishes
Dmitry
Re: [PATCH] arm64: dts: qcom: x1e80100-medion-sprchrgd-14-s1: correct firmware paths
Posted by Bjorn Andersson 1 month ago
On Wed, 24 Dec 2025 03:09:13 +0200, Dmitry Baryshkov wrote:
> Per the agreement, the firmware paths (even for devices not supported in
> linux-firmware) should follow the SoC/Vendor/device pattern. Update
> firmware names for Medion SPRCHRGD 14 S1 to follow that pattern.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: x1e80100-medion-sprchrgd-14-s1: correct firmware paths
      commit: a1a515c21dd70d1b761ccbf6efc9dd1ba6d26d77

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] arm64: dts: qcom: x1e80100-medion-sprchrgd-14-s1: correct firmware paths
Posted by Konrad Dybcio 1 month, 1 week ago
On 12/24/25 2:09 AM, Dmitry Baryshkov wrote:
> Per the agreement, the firmware paths (even for devices not supported in
> linux-firmware) should follow the SoC/Vendor/device pattern. Update
> firmware names for Medion SPRCHRGD 14 S1 to follow that pattern.
> 
> Fixes: 8cf65490cdb0 ("arm64: dts: qcom: Add dts for Medion SPRCHRGD 14 S1")
> Cc: Georg Gottleuber <ggo@tuxedocomputers.com>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad