ARM: dts: msm: Add 3.5mm support for MTP platform on Sun SoC

Add 3.5mm support for MTP platform on Sun SoC.

Change-Id: Ia2e847329d320a79a393d8d6079385547511369f
Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
This commit is contained in:
Unnathi Chalicheemala
2024-01-29 09:39:56 -08:00
parent 6b23c4a6b3
commit 69935c6414
4 changed files with 24 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ SUN_BASE_DTB += sun.dtb sun-v2.dtb
SUN_APQ_BASE_DTB += sunp.dtb sunp-v2.dtb
SUN_BOARDS += \
sun-mtp-3.5mm-overlay.dtbo \
sun-mtp-kiwi-overlay.dtbo \
sun-mtp-kiwi-v8-overlay.dtbo \
sun-mtp-nfc-overlay.dtbo \

View File

@@ -21,6 +21,7 @@ _platform_map = {
{"name": "sun-cdp-nfc-overlay.dtbo"},
{"name": "sun-cdp-overlay.dtbo"},
{"name": "sun-cdp-v8-overlay.dtbo"},
{"name": "sun-mtp-3.5mm-overlay.dtbo"},
{"name": "sun-mtp-kiwi-overlay.dtbo"},
{"name": "sun-mtp-kiwi-v8-overlay.dtbo"},
{"name": "sun-mtp-nfc-overlay.dtbo"},

View File

@@ -0,0 +1,16 @@
// 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>;
};

6
qcom/sun-mtp-3.5mm.dtsi Normal file
View File

@@ -0,0 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "sun-mtp.dtsi"