diff --git a/bindings/soc/qcom/qcom,crypto.txt b/bindings/soc/qcom/qcom,crypto.txt new file mode 100644 index 00000000..3d468a88 --- /dev/null +++ b/bindings/soc/qcom/qcom,crypto.txt @@ -0,0 +1,17 @@ +QTI Microdump Collector Driver + +This driver registers for Hibernate Power Management ops +and notifys TZ on Hibernate exit. + +- compatible: + Usage: required + Value type: + Definition: must be "qcom,crypto" + += EXAMPLE + +&soc { + crypto_node { + compatible = "qcom,crypto"; + }; +};