Add 3.5mm support for Hamilton V8 power grid for MTP platform on Sun. Change-Id: Ieac5d60a7da391906844da1a5b254a10a72f4a8d Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
17 lines
346 B
Plaintext
17 lines
346 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/*This is MTP with Hamilton + V8 +3.5mm*/
|
|
#include "sun-audio-hamilton-mtp.dtsi"
|
|
|
|
&sun_snd {
|
|
qcom,msm-mbhc-usbc-audio-supported = <0>;
|
|
qcom,msm-mbhc-hphl-swh = <1>;
|
|
qcom,msm-mbhc-gnd-swh = <1>;
|
|
};
|