Add msm id to avoid build failure for Tuna SoC. Change-Id: Ie3ff07c0865ae8a2b43225db864eb453134201a6 Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
17 lines
359 B
Plaintext
17 lines
359 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-rumi.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun RUMI";
|
|
compatible = "qcom,sun-rumi", "qcom,sun", "qcom,rumi";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
|
qcom,board-id = <15 0>;
|
|
};
|