mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Merge "bindings: Add bindings for qcom minidump driver"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
e02559f356
25
bindings/soc/qcom/qcom,minidump.yaml
Normal file
25
bindings/soc/qcom/qcom,minidump.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
%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
|
||||
|
||||
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";
|
||||
};
|
||||
Reference in New Issue
Block a user