TMELCOM QMP client:
-----------------

QTI Messaging Protocol(QMP) TME-LCom client is an interface for other clients
to send data to Trust Management Enginei - Lite (TME-L) on IPQ platforms.

Required properties :
- compatible : must be "qcom,tmelcom-qmp-client"
- mboxes : list of QMP mailbox phandle and channel identifier tuples
- mbox-names : names of the listed mboxes

Example :
	qcom,tmelcom-qmp-client {
	        compatible = "qcom,tmelcom-qmp-client";
		mboxes = <&qmp_tme 0>;
		mbox-names = "tmelcom";
		label = "tmelcom";
		depends-on-supply = <&qmp_tme>;
	};
