[PATCH 2/2] arm64: dts: qcom: msm8998: add qcom,msm8998-lpass-smmu compatible

Marc Gonzalez mgonzalez at freebox.fr
Mon Aug 19 05:59:36 PDT 2024


The msm8998 LPASS SMMU requires special treatment, because FW reserves
the last context bank for its own use.

Signed-off-by: Marc Gonzalez <mgonzalez at freebox.fr>
---
 arch/arm64/boot/dts/qcom/msm8998.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi
index 1537e42fa03ca..f169f2dd281c3 100644
--- a/arch/arm64/boot/dts/qcom/msm8998.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi
@@ -1616,7 +1616,7 @@ gpucc: clock-controller at 5065000 {
 		};
 
 		lpass_q6_smmu: iommu at 5100000 {
-			compatible = "qcom,msm8998-smmu-v2", "qcom,smmu-v2";
+			compatible = "qcom,msm8998-lpass-smmu", "qcom,msm8998-smmu-v2", "qcom,smmu-v2";
 			reg = <0x05100000 0x40000>;
 			clocks = <&gcc HLOS1_VOTE_LPASS_ADSP_SMMU_CLK>;
 			clock-names = "iface";

-- 
2.34.1




More information about the linux-arm-kernel mailing list