mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:04:24 +00:00
Merge "ARM: dts: msm: Add dload mode driver node to kalama"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
42b0ee42db
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";
|
||||
};
|
||||
@@ -687,6 +687,10 @@
|
||||
wakeup-parent = <&pdc>;
|
||||
};
|
||||
|
||||
dload_mode {
|
||||
compatible = "qcom,dload-mode";
|
||||
};
|
||||
|
||||
qcom,secure-buffer {
|
||||
compatible = "qcom,secure-buffer";
|
||||
qcom,vmid-cp-camera-preview-ro;
|
||||
|
||||
Reference in New Issue
Block a user