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

Commit 1413468f authored by Tushar Nimkar's avatar Tushar Nimkar
Browse files

dt-bindings: arm: ddr_stats: Add QMP mailbox as optional property

This change adds QMP mailbox as optional property to
ddr_stats driver.

Change-Id: Iddd0f3d6115ca53e05d2cdb47cddb8df346de15c
parent b34dadd8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -23,10 +23,16 @@ PROPERTIES
	Value type: <prop-encoded-array>
	Definition: Provides labels for the reg property.

- mboxes:
	Usage: optional
	Value type: Value type: <prop-encoded-array>
	Definition: List of QMP mailbox phandle and channel identifier tuples.

EXAMPLE:
	qcom,ddr-stats@c300000 {
		compatible = "qcom,ddr-stats";
		reg = <0xc300000 0x1000>, <0xc3f001c 0x4>;
		reg-names = "phys_addr_base", "offset_addr";
		mboxes = <&qmp_aop 0>;
	};