Merge "ARM: dts: qcom: Add QMP support for sun r2 devices"

This commit is contained in:
QCTECMDR Service
2024-06-28 00:53:13 -07:00
committed by Gerrit - the friendly Code Review server
4 changed files with 42 additions and 3 deletions

1
Kbuild
View File

@@ -29,6 +29,7 @@ dtbo-y += sun-audio.dtbo \
sun-audio-rcm.dtbo \
sun-audio-hamilton-rcm.dtbo \
sun-audio-hamilton-cdp.dtbo \
sun-audio-hamilton-mtp-v2.dtbo \
sun-audio-hamilton-mtp.dtbo
endif

View File

@@ -0,0 +1,21 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
/*This is MTP v2 with Hamilton + V8/V6 wlan*/
#include "sun-audio-hamilton-qmp-mtp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun MTP ST54L NFC";
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp", "qcom,mtp";
qcom,msm-id = <618 0x20000>, <639 0x20000>,
<0x100026a 0x20000>,
<0x100027f 0x20000>;
qcom,board-id = <0x20008 0>, <0x50008 0>;
};

View File

@@ -13,9 +13,9 @@
/ {
model = "Qualcomm Technologies, Inc. Sun MTP ST54L NFC";
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp", "qcom,mtp";
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
<0x100026a 0x10000>, <0x100026a 0x20000>,
<0x100027f 0x10000>, <0x100027f 0x20000>;
qcom,msm-id = <618 0x10000>, <639 0x10000>,
<0x100026a 0x10000>,
<0x100027f 0x10000>;
qcom,board-id = <0x20008 0>, <0x50008 0>;
};

View File

@@ -0,0 +1,17 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "sun-audio-mtp-qmp.dtsi"
&lpass_bt_swr {
status = "disabled";
};
&sun_snd {
qcom,model = "sun-mtp-wsa883x_qmp-snd-card";
qcom,msm_audio_ssr_devs = <&audio_gpr>, <&lpi_tlmm>,
<&lpass_cdc>;
};