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:
@@ -6,7 +6,7 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sun-audio-qrd.dtsi"
|
||||
#include "sun-audio-hdk.dtsi"
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SunP QRD HDK";
|
||||
compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk";
|
||||
|
14
sun-audio-hdk.dtsi
Normal file
14
sun-audio-hdk.dtsi
Normal 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>;
|
||||
};
|
Reference in New Issue
Block a user