Rtwo/kernel/motorola/sm8550-devicetrees/bindings/power/reset/qcom,dload-mode.yaml
2025-09-30 19:22:48 -05:00

27 lines
563 B
YAML

%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";
};