From 64b3c10b9ba24ee157c6e7c2bfd21fda80164b42 Mon Sep 17 00:00:00 2001 From: Shashikala Katthi Date: Fri, 5 Jul 2024 13:13:34 +0530 Subject: [PATCH] ARM: dts: msm: parrot: Add hdcp device node This change add device tree node for hdcp smcinvoke interface for parrot. Change-Id: I1e4b1c45cbb96e472fb8e496db74ef23fe4b502c Signed-off-by: Shashikala Katthi --- qcom/parrot.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 3235f238..6f373c57 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -2030,6 +2030,11 @@ qcom,vmid = <3>; }; + qcom,hdcp { + compatible = "qcom,hdcp"; + qcom,use-smcinvoke = <1>; + }; + qcom,mem-buf-msgq { compatible = "qcom,mem-buf-msgq"; };