From d0a992d97d6a4be628fa57fec0e9da9d5b95b99e Mon Sep 17 00:00:00 2001 From: Tushar Nimkar Date: Mon, 28 Feb 2022 21:31:58 +0530 Subject: [PATCH] ARM: dts: msm: Add system pm violator device for cape This change adds support to enable system pm violator. Change-Id: I2d9d559e18461291111baf142eab00ea889c4959 --- qcom/cape.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qcom/cape.dtsi b/qcom/cape.dtsi index 527ee60b..5f288aab 100644 --- a/qcom/cape.dtsi +++ b/qcom/cape.dtsi @@ -1420,6 +1420,13 @@ reg = <0xc3f0000 0x400>; }; + sys-pm-vx@c320000 { + compatible = "qcom,sys-pm-violators", "qcom,sys-pm-cape"; + reg = <0xc320000 0x0400>; + mboxes = <&qmp_aop 0>; + mbox-names = "aop"; + }; + rimps: qcom,rimps@17400000 { #address-cells = <2>; #size-cells = <2>;