Merge "ARM: dts: msm: Add entry for hdcp smcinvoke enablement"

This commit is contained in:
qctecmdr
2023-11-08 14:30:25 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 38 additions and 0 deletions

33
bindings/hdcp/hdcp.yaml Normal file
View File

@@ -0,0 +1,33 @@
# 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>;
};

View File

@@ -800,6 +800,11 @@
qcom,vmid = <3>; qcom,vmid = <3>;
}; };
qcom,hdcp {
compatible = "qcom,hdcp";
qcom,use-smcinvoke = <1>;
};
qcom,mem-buf-msgq { qcom,mem-buf-msgq {
compatible = "qcom,mem-buf-msgq"; compatible = "qcom,mem-buf-msgq";
}; };