mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
dt-bindings: Add bindings for guestvm-loader
Add bindings for guestvm-loader. Change-Id: I19904980acf4b8548d2d65781fe1bfd2528c8069
This commit is contained in:
committed by
Elliot Berman
parent
650d63d8a0
commit
3c11e90a84
29
bindings/soc/qcom/qcom,guestvm-loader.yaml
Normal file
29
bindings/soc/qcom/qcom,guestvm-loader.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
%YAML 1.2
|
||||
---
|
||||
$id: http://devicetree.org/schemas/arm/msm/guestvm-loaderpsci.yaml#
|
||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||
|
||||
title: Guest VM Loader
|
||||
|
||||
maintainers:
|
||||
- Prakruthi Deepak Heragu <pheragu@quicinc.com>
|
||||
- Murali Nalajala <mnalajal@quicinc.com>
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
const: qcom,guestvm-loader
|
||||
|
||||
image_to_be_loaded:
|
||||
$ref: /schemas/types.yaml#/definitions/string
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- image_to_be_loaded
|
||||
|
||||
examples:
|
||||
- |+
|
||||
qcom,guestvm_loader {
|
||||
compatible = "qcom,guestvm-loader";
|
||||
image_to_be_loaded = "trustedvm";
|
||||
};
|
||||
...
|
||||
Reference in New Issue
Block a user