From e5584c41c0682c21f60ecc2e8504984a6ae607e5 Mon Sep 17 00:00:00 2001 From: Melody Olvera Date: Wed, 3 May 2023 17:20:34 -0700 Subject: [PATCH] dt-bindings: soc: qcom: Add documentation for cpu vendor hooks Snapshot the cpu vendor hooks bindings from qcom-6.1 commit 9dd5d1fa1 ("Merge "ARM: dts: msm: Add phandle for default CMA area""). Change-Id: I16c084ed78594bbc0668e2f586500088c101cea4 Signed-off-by: Melody Olvera --- bindings/soc/qcom/qcom,cpu-vendor-hooks.yaml | 30 ++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bindings/soc/qcom/qcom,cpu-vendor-hooks.yaml diff --git a/bindings/soc/qcom/qcom,cpu-vendor-hooks.yaml b/bindings/soc/qcom/qcom,cpu-vendor-hooks.yaml new file mode 100644 index 00000000..fc976026 --- /dev/null +++ b/bindings/soc/qcom/qcom,cpu-vendor-hooks.yaml @@ -0,0 +1,30 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: "http://devicetree.org/schemas/soc/qcom/qcom,cpu-vendor-hooks.yaml#" +$schema: "http://devicetree.org/meta-schemas/core.yaml#" + +title: Qualcomm Technologies, Inc. CPU Vendor Hoooks Binding + +maintainers: + - Melody Olvera + +description: | + CPU Vendor Hook driver is used to register CPU specific vendor hooks with + core kernel to extend functionlaity. + +properties: + compatible: + items: + - const: qcom,cpu-vendor-hooks + +required: + - compatible + +additionalProperties: false + +examples: + - | + vendor_hooks: qcom,cpu-vendor-hooks { + compatible = "qcom,cpu-vendor-hooks"; + };