diff options
| author | Aravind Venkateswaran <aravindh@codeaurora.org> | 2016-06-22 12:17:56 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-07-12 15:49:39 -0700 |
| commit | 0730f45df200ae496737a65aa6c7174dd3c90d97 (patch) | |
| tree | cdb82df8adbf15cb9d7daa90643873b3903359fa | |
| parent | 8c2cc950a27d3abd0da79e05444a122feef1496a (diff) | |
ARM: dts: msm: enable qcom,no-smr-check for mmss smmu for msmcobalt
The continuous splash screen use case requires that we don't touch the
MMSS SMR registers during probe. Enable the option for skipping the
check for msmcobalt.
CRs-Fixed: 1037857
Change-Id: I1d522796d1dc0c73f7fe068c0964a9b5d1a09285
Signed-off-by: Aravind Venkateswaran <aravindh@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm-arm-smmu-cobalt.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm-arm-smmu-cobalt.dtsi b/arch/arm/boot/dts/qcom/msm-arm-smmu-cobalt.dtsi index 97abec77bed7..ab46221089f3 100644 --- a/arch/arm/boot/dts/qcom/msm-arm-smmu-cobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msm-arm-smmu-cobalt.dtsi @@ -113,6 +113,7 @@ reg = <0xcd00000 0x40000>; #iommu-cells = <1>; qcom,register-save; + qcom,no-smr-check; qcom,skip-init; #global-interrupts = <2>; interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>, |
