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:
Souradeep Chowdhury
2025-05-29 09:54:49 +05:30
parent ae732e1fba
commit 35fea1dd35

View 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";
};