ARM: dts: Fix compilation of fastrpc device tree

Add Pakala msm-id to fastrpc trusted drivers's dts file.

Change-Id: I01069d942a4901a1bef35fbddbee357926fad3e1
This commit is contained in:
Edgar Flores
2024-03-04 17:31:48 -08:00
parent a8c3e5c738
commit 3969e073bd

View File

@@ -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>;
};