Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e35bdb9 authored by Vinay Sudra's avatar Vinay Sudra Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Adding support to send messages to AOP using QMP transport

This is require to set Cap frequency of DDR based on SKU.

Change-Id: I7ed8906693c6fbe93f007bbaabe31906fe759cf1
parent f700b868
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
AOP set ddr interface:
-----------------

AOP set ddr is an interface to send data to the Always on
processor using QMP.

Required properties :
- compatible : must be "qcom,aop-set-ddr-freq"
- mboxes : list of QMP mailbox phandle and channel identifier tuples
- mbox-names : names of the listed mboxes

Example :
       aop-set-ddr-freq {
               compatible = "qcom,aop-set-ddr-freq";
               mboxes = <&qmp_aop 0>;
               mbox-names = "aop";
       };