Merge "dt-bindings: soc: qcom: Add qcom,dmof"

This commit is contained in:
QCTECMDR Service
2025-06-12 07:48:17 -07:00
committed by Gerrit - the friendly Code Review server

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