From e9717f1cb1189757197c9769c5a69ae8629ad851 Mon Sep 17 00:00:00 2001 From: Jaskaran Singh Date: Fri, 29 Jul 2022 15:30:53 +0530 Subject: [PATCH] ARM: dts: msm: Add handoff SMRs for neo SMMU The display SID needs to be programmed particularly for the SMMU. Add qcom,handoff-smrs to indicate the display SID. This is required for display splash region creation. Change-Id: Ie8b9d2ef8083192908feca660c073e3d653c3285 --- qcom/msm-arm-smmu-neo.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/qcom/msm-arm-smmu-neo.dtsi b/qcom/msm-arm-smmu-neo.dtsi index 2bdc9fb3..9571b038 100644 --- a/qcom/msm-arm-smmu-neo.dtsi +++ b/qcom/msm-arm-smmu-neo.dtsi @@ -75,6 +75,7 @@ qcom,use-3-lvl-tables; qcom,num-context-banks-override = <0x36>; qcom,num-smr-override = <0x53>; + qcom,handoff-smrs = <0x2000 0x402>; #global-interrupts = <1>; #size-cells = <1>; #address-cells = <1>;