Merge "dt-bindings: soc: qcom: Add documentation for cpu vendor hooks"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
0bf62f09df
30
bindings/soc/qcom/qcom,cpu-vendor-hooks.yaml
Normal file
30
bindings/soc/qcom/qcom,cpu-vendor-hooks.yaml
Normal file
@@ -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 <quic_molvera@quicinc.com>
|
||||
|
||||
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";
|
||||
};
|
Reference in New Issue
Block a user