Add 3.5mm support for MTP platform on Sun SoC. Change-Id: Ia2e847329d320a79a393d8d6079385547511369f Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
17 lines
426 B
Plaintext
17 lines
426 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-mtp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun MTP with 3.5mm";
|
|
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp", "qcom,mtp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <0x60008 0>;
|
|
};
|