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

Add bindings for qcom,dload-mode driver.

Change-Id: I1b6e93c180c7332f531563526c6614f8cf29665d
This commit is contained in:
Vamsi Krishna Lanka
2021-08-17 15:14:46 -07:00
parent 6a41c80f6d
commit ebe4d3afb7

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:
- Vamsi Krishna Lanka <vamslank@qti.qualcomm.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";
};