git-subtree-dir: qcom/display git-subtree-mainline:5c1b2eea72
git-subtree-split:8c12068d4d
29 lines
606 B
YAML
29 lines
606 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/msm_hdcp.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: MSM HDCP driver
|
|
|
|
description: |
|
|
Standalone driver managing HDCP related communications between TZ and HLOS for MSM chipset.
|
|
|
|
maintainers:
|
|
- Rajkumar Subbiah <quic_rsubbia@quicinc.com>
|
|
- Vishnuvardhan Prodduturi <quic_vproddut@quicinc.com>
|
|
|
|
properties:
|
|
compatible:
|
|
const: qcom,msm-hdcp
|
|
|
|
required:
|
|
- compatible
|
|
|
|
examples:
|
|
- |
|
|
qcom_msmhdcp: qcom,msm_hdcp {
|
|
compatible = "qcom,msm-hdcp";
|
|
};
|
|
...
|