ARM: dts: msm: disable AATC on Pakala HDK device

Disable AATC on Pakala HDK device.

Change-Id: I32af8c3e44d3259700cefad32d824ece4b4c10f4
Signed-off-by: Kunlei Zhang <quic_kunleiz@quicinc.com>
This commit is contained in:
Kunlei Zhang
2024-05-08 15:21:09 +08:00
parent 1da5201021
commit fed98aeb1e
2 changed files with 15 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
/dts-v1/; /dts-v1/;
/plugin/; /plugin/;
#include "sun-audio-qrd.dtsi" #include "sun-audio-hdk.dtsi"
/ { / {
model = "Qualcomm Technologies, Inc. SunP QRD HDK"; model = "Qualcomm Technologies, Inc. SunP QRD HDK";
compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk"; compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk";

14
sun-audio-hdk.dtsi Normal file
View File

@@ -0,0 +1,14 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "sun-audio-qrd.dtsi"
&sun_snd {
qcom,model = "sun-qrd-snd-card";
qcom,msm-mbhc-usbc-audio-supported = <0>;
qcom,msm-mbhc-hphl-swh = <1>;
qcom,msm-mbhc-gnd-swh = <1>;
};