Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e0aa5f0 authored by Elliot Berman's avatar Elliot Berman Committed by Gerrit - the friendly Code Review server
Browse files

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

Add bindings for qcom,dload-mode driver.

Change-Id: I24d52c22fe974330028bf5492f46205109864087
parent 66cf7266
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
%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";
    };