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

Commit 63452edc authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents daffa229 2e35bdb9
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";
       };