ARM: dts: msm: add sys-pm-violators device for lahaina

Add system low power mode violators device for Lahaina.

Change-Id: I266b3db4f53c98ed1f499774236ad7993bfe1f0b
This commit is contained in:
Lina Iyer
2020-06-01 09:53:52 -06:00
committed by Gerrit - the friendly Code Review server
parent 14a69699ae
commit eac44aa0b7

View File

@@ -122,4 +122,11 @@
reg = <0xc300000 0x1000>, <0xc3f001c 0x4>;
reg-names = "phys_addr_base", "offset_addr";
};
sys-pm-vx@c320000 {
compatible = "qcom,sys-pm-violators", "qcom,sys-pm-lahaina";
reg = <0xc320000 0x0400>;
mboxes = <&qmp_aop 0>;
mbox-names = "aop";
};
};