dt-bindings: soc: qcom: Add qcom,dmof
Add the binding definition for disable memcpy optimization driver. Change-Id: I7396029f74feb3a530694c8ddc114db7790b963e Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
This commit is contained in:
30
bindings/soc/qcom/qcom,dmof.yaml
Normal file
30
bindings/soc/qcom/qcom,dmof.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,dmof.yaml#
|
||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||
|
||||
title: Qualcomm Technologies,Inc. Disable Memcpy Optimization Device
|
||||
|
||||
maintainers:
|
||||
- Souradeep Chowdhury <quic_schowdhu@quicinc.com>
|
||||
|
||||
description: |+
|
||||
The qcom dmof is used to set/unset the per CPU disable memcpy optimization
|
||||
variable, this variable is set using threads scheduled on individual CPUs.
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
items:
|
||||
- const: qcom,dmof
|
||||
|
||||
required:
|
||||
- compatible
|
||||
|
||||
additionalProperties: false
|
||||
|
||||
examples:
|
||||
- |
|
||||
qcom-dmof {
|
||||
compatible = "qcom,dmof";
|
||||
};
|
||||
Reference in New Issue
Block a user