Add snapshot of the minidump driver documentation from qcom-6.1 commit 2ae57ab8fb9a ("spmi: viospmi-pmic-arb: update of_node property"). Change-Id: Idae54e552b0736c2e0c2621116760159ec302e0d Signed-off-by: Melody Olvera <quic_molvera@quicinc.com> Signed-off-by: Gokul krishna Krishnakumar <quic_gokukris@quicinc.com>
30 lines
639 B
YAML
30 lines
639 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: "http://devicetree.org/schemas/soc/qcom/qcom,minidump.yaml#"
|
|
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
|
|
|
|
title: Qualcomm Technologies, Inc. Minidump driver
|
|
|
|
maintainers:
|
|
- Melody Olvera <quic_molvera@quicinc.com>
|
|
|
|
description: |
|
|
Minidump driver allows clients to register memory regions. It can dump
|
|
registered memory regions when system goes wrong.
|
|
|
|
properties:
|
|
compatible:
|
|
enum:
|
|
- qcom,minidump
|
|
- qcom,minidump-rm
|
|
|
|
required:
|
|
- compatible
|
|
|
|
examples:
|
|
- |
|
|
qcom,minidump {
|
|
compatible = "qcom,minidump";
|
|
};
|