From ebe4d3afb751aa8d02aa9dd4e066ecb62c716556 Mon Sep 17 00:00:00 2001 From: Vamsi Krishna Lanka Date: Tue, 17 Aug 2021 15:14:46 -0700 Subject: [PATCH] dt-bindings: qcom,dload-mode: Add bindings Add bindings for qcom,dload-mode driver. Change-Id: I1b6e93c180c7332f531563526c6614f8cf29665d --- bindings/power/reset/qcom,dload-mode.yaml | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bindings/power/reset/qcom,dload-mode.yaml diff --git a/bindings/power/reset/qcom,dload-mode.yaml b/bindings/power/reset/qcom,dload-mode.yaml new file mode 100644 index 00000000..8603cda4 --- /dev/null +++ b/bindings/power/reset/qcom,dload-mode.yaml @@ -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 + +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"; + };