33 lines
1.0 KiB
Devicetree
33 lines
1.0 KiB
Devicetree
/* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
#include <dt-bindings/clock/qcom,mmcc-sdm660.h>
|
|
#include <dt-bindings/clock/qcom,rpmcc.h>
|
|
|
|
#include "sdm660-mtp.dtsi"
|
|
#include "sdm660-external-codec.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. SDM 660 Ext. USBC Audio Codec MTP";
|
|
compatible = "qcom,sdm660-mtp", "qcom,sdm660", "qcom,mtp";
|
|
qcom,board-id = <8 2>;
|
|
};
|
|
|
|
&tavil_snd {
|
|
qcom,msm-mbhc-usbc-audio-supported = <1>;
|
|
qcom,msm-mbhc-moist-cfg = <0>, <0>, <3>;
|
|
qcom,msm-mbhc-hphl-swh = <1>;
|
|
qcom,msm-mbhc-gnd-swh = <1>;
|
|
};
|