This reverts commit 3afa08eaed
.
Reason for revert: Techpacks haven't added DT support for APQ variant.
Change-Id: Id856d733375f3bf3fb5497855f2269b34c3f3dcd
Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
18 lines
385 B
Plaintext
18 lines
385 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-mtp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun MTP";
|
|
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp",
|
|
"qcom,mtp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
|
qcom,board-id = <8 0>;
|
|
};
|