Add Pakala msm-id to fastrpc trusted drivers's dts file. Change-Id: I01069d942a4901a1bef35fbddbee357926fad3e1
16 lines
345 B
Plaintext
16 lines
345 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-dsp-trustedvm.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun - TrustedVM";
|
|
compatible = "qcom,sun";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
|
};
|