Merge e9d0847156 on remote branch

Change-Id: Ib9e053f9cc9c712e28808e8418a4a6b1110a27ef
This commit is contained in:
Linux Build Service Account
2024-06-04 16:57:58 -07:00
4 changed files with 23 additions and 1 deletions

View File

@@ -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
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>;
};

View File

@@ -841,3 +841,7 @@
#clock-cells = <1>;
};
};
&adsp_loader {
status = "ok";
};

View File

@@ -185,3 +185,7 @@
swr3 = "/soc/spf_core_platform/lpass-cdc/wsa2-macro@6AA0000/wsa2_swr_master";
swr4 = "/soc/spf_core_platform/lpass_bt_swr@6CA0000/bt_swr_mstr";
};
&adsp_loader {
/delete-property/ qcom,adsp-state;
};