From e914c445c2abefb51143e3d50f2455e240cd79b2 Mon Sep 17 00:00:00 2001 From: Seshu Madhavi Puppala Date: Sat, 25 May 2024 15:00:48 +0530 Subject: [PATCH] dt-bindings: soc: qcom: add qcom,crypto compatible Add qcom,crypto compatible name support. Change-Id: I114403086eff3b954771b030b0cabfca74bbff96 --- bindings/soc/qcom/qcom,crypto.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bindings/soc/qcom/qcom,crypto.txt 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"; + }; +};