[PATCH v2 2/3] arm64: dts: qcom: sc7280: Add nsessions property for adsp
From: Ling Xu
Date: Fri May 16 2025 - 07:02:10 EST
Add nsessions property for adsp context bank to make sessions
available for ADSP offload.
Signed-off-by: Ling Xu <quic_lxu5@xxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sc7280.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index d9af79ff8c4e..86b51cffcd54 100644
--- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
@@ -3893,6 +3893,7 @@ compute-cb@5 {
compatible = "qcom,fastrpc-compute-cb";
reg = <5>;
iommus = <&apps_smmu 0x1805 0x0>;
+ qcom,nsessions = <5>;
};
};
};
--
2.34.1