Merge "ARM: dts: msm: Add dload mode driver node to kalama"

This commit is contained in:
qctecmdr
2021-08-20 19:29:57 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 31 additions and 0 deletions

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

View File

@@ -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;