dt-bindings: vm-restart: Add vm-restart binding

Add vm-restart device bind. This device will enable vm
restart handler.

Change-Id: I2fa6b52869f19965ceead132c272734f35f84a12
This commit is contained in:
Zou Shunxiang
2022-07-18 22:44:46 +08:00
committed by Gerrit - the friendly Code Review server
parent 9ffd290ac9
commit 4ecacb6d34

View File

@@ -0,0 +1,14 @@
Qualcomm Technologies, Inc. VM Restart Driver binding
-----------------------------------------------------
* VM Restart Driver
VM restart driver supports virtual machine power down and restart.
Required properties:
- compatible: Must be "qcom,vm-restart"
Example:
vm_restart: restart {
compatible = "qcom,vm-restart";
};