From 3969e073bd0a29cd81775caac3ed7ac24edbdd38 Mon Sep 17 00:00:00 2001 From: Edgar Flores Date: Mon, 4 Mar 2024 17:31:48 -0800 Subject: [PATCH] ARM: dts: Fix compilation of fastrpc device tree Add Pakala msm-id to fastrpc trusted drivers's dts file. Change-Id: I01069d942a4901a1bef35fbddbee357926fad3e1 --- sun/sun-dsp-trustedvm.dts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sun/sun-dsp-trustedvm.dts b/sun/sun-dsp-trustedvm.dts index 3304725f..68cb4c5f 100644 --- a/sun/sun-dsp-trustedvm.dts +++ b/sun/sun-dsp-trustedvm.dts @@ -1,3 +1,8 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + */ + /dts-v1/; /plugin/; @@ -6,5 +11,5 @@ / { model = "Qualcomm Technologies, Inc. Sun - TrustedVM"; compatible = "qcom,sun"; - qcom,msm-id = <618 0x10000>; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; };