mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
dt-bindings: qcom,dload-mode: Add bindings
Add bindings for qcom,dload-mode driver. Change-Id: I1b6e93c180c7332f531563526c6614f8cf29665d
This commit is contained in:
27
bindings/power/reset/qcom,dload-mode.yaml
Normal file
27
bindings/power/reset/qcom,dload-mode.yaml
Normal 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";
|
||||
};
|
||||
Reference in New Issue
Block a user