Add APQ SOC id in mtp/cdp variants on sun target. Change-Id: I42cf0b07a08f09a983399cd5cffe2001481061e7 Signed-off-by: Veera Sundaram Sankaran <quic_veeras@quicinc.com>
17 lines
391 B
Plaintext
17 lines
391 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-sde-display-cdp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun CDP";
|
|
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,cdp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <1 0>;
|
|
};
|