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

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

Merge "ARM: dts: msm: Update ddr stats to support mbox for yupik"

parents c3f40131 9f8917aa
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>;
	};
+1 −0
Original line number Diff line number Diff line
@@ -181,5 +181,6 @@
		compatible = "qcom,ddr-stats";
		reg = <0xc300000 0x1000>, <0xc3f001c 0x4>;
		reg-names = "phys_addr_base", "offset_addr";
		mboxes = <&qmp_aop 0>;
	};
};