dt-bindings: qcom,dload-mode: Add bindings

Add bindings for qcom,dload-mode driver.

Change-Id: I24d52c22fe974330028bf5492f46205109864087
This commit is contained in:
Elliot Berman
2019-12-06 13:37:45 -08:00
committed by Gerrit - the friendly Code Review server
parent 66cf726647
commit 8e0aa5f061

View File

@@ -0,0 +1,27 @@
%YAML 1.2
---
$id: "http://devicetree.org/schemas/soc/qcom/qcom,dload-mode.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
title: Qualcomm Technologies, Inc. Download Mode binding
maintainers:
- Elliot Berman <eberman@quicinc.com>
description: |
The Download Mode driver is used to manage sending SoC into a dump collection
mode after a reboot.
properties:
compatible:
items:
- const: qcom,dload-mode
required:
- compatible
examples:
- |
qcom,dload-mode {
compatible = "qcom,dload-mode";
};