]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: qcs6490-rb3gen2: Add firmware-name to QUPv3 nodes
authorViken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>
Tue, 23 Sep 2025 16:11:07 +0000 (21:41 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 27 Oct 2025 15:57:31 +0000 (10:57 -0500)
Traditionally, firmware loading for Serial Engines (SE) in the QUP hardware
of Qualcomm SoCs has been managed by TrustZone (TZ). While this approach
ensures secure SE assignment and access control, it limits flexibility for
developers who need to enable various protocols on different SEs.

Add the firmware-name property to QUPv3 nodes in the device tree to enable
firmware loading from the Linux environment. Handle SE assignments and
access control permissions directly within Linux, removing the dependency
on TrustZone.

Signed-off-by: Viken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250923161107.3541698-1-viken.dadhaniya@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts

index 6355c1e2c58165757a9a20ab4368e93545904693..721a26d49ccaeb1429e2cc1c3a5c8d9517da3be6 100644 (file)
 };
 
 &qupv3_id_0 {
+       firmware-name = "qcom/qcs6490/qupv3fw.elf";
        status = "okay";
 };
 
 &qupv3_id_1 {
+       firmware-name = "qcom/qcs6490/qupv3fw.elf";
        status = "okay";
 };