Files
Sheik Anwar Shabic Y b8bc34e76c ARM: dts: msm: Add entry for hdcp smcinvoke enablement
Add entry for hdcp smcinvoke interface enablement.

Change-Id: Id815d8c4577bdf8f68f6b0f20844bbcc3b4f716e
Signed-off-by: Sheik Anwar Shabic Y <quic_sheikanw@quicinc.com>
2023-11-06 05:36:46 -08:00

34 lines
600 B
YAML

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/hdcp/hdcp.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Hdcp driver
maintainers:
- Sheik Anwar Shabic Y <quic_sheikanw@quicinc.com>
properties:
compatible:
enum:
- qcom,hdcp
qcom,use-smcinvoke:
description:
Indicates hdcp driver to TZ communication is smcInvoke based.
required:
- compatible
- qcom,use-smcinvoke
additionalProperties: false
examples:
- |
qcom,hdcp {
compatible = "qcom,hdcp";
qcom,use-smcinvoke = <1>;
};