From 38f99db7deeb1d71554c75a537e9b89975f90ca5 Mon Sep 17 00:00:00 2001 From: Prakash Gupta Date: Tue, 30 Nov 2021 12:51:07 +0530 Subject: [PATCH] ARM: dts: msm: Add support for continuous splash screen Define the smr register indexes which are programmed by the bootloaders for the display usecase. These registers need to be preserved across arm_smmu_device_reset() in order for continuous splash screen feature to function properly. Change-Id: I99357e2731cb64c9153beb003c0ada6fb10d5287 --- qcom/msm-arm-smmu-diwali.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/qcom/msm-arm-smmu-diwali.dtsi b/qcom/msm-arm-smmu-diwali.dtsi index 420969f4..0faf730c 100644 --- a/qcom/msm-arm-smmu-diwali.dtsi +++ b/qcom/msm-arm-smmu-diwali.dtsi @@ -78,6 +78,7 @@ qcom,use-3-lvl-tables; qcom,num-context-banks-override = <0x4e>; qcom,num-smr-override = <0x78>; + qcom,handoff-smrs = <2>; #global-interrupts = <1>; #size-cells = <1>; #address-cells = <1>;