]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: lemans-evk: Add firmware-name to QUPv3 nodes
authorViken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>
Wed, 24 Sep 2025 03:54:09 +0000 (09:24 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 27 Oct 2025 15:57:40 +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>
Acked-by: Mukesh Kumar Savaliya <mukesh.savaliya@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250924035409.3976652-1-viken.dadhaniya@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/lemans-evk.dts

index c7dc9b8f445787a87ba4869bb426f70f14c1dc9f..b21fa6bc36cfba9f4c6bee38eee5a8b813dfeb80 100644 (file)
 };
 
 &qupv3_id_0 {
+       firmware-name = "qcom/sa8775p/qupv3fw.elf";
        status = "okay";
 };
 
 &qupv3_id_1 {
+       firmware-name = "qcom/sa8775p/qupv3fw.elf";
        status = "okay";
 };
 
 &qupv3_id_2 {
+       firmware-name = "qcom/sa8775p/qupv3fw.elf";
        status = "okay";
 };