ARM: dts: msm: Add support for audio over USBC for MSM8998
Enable config for analog audio over USBC support on MSM8998 with wcd934x codec. Change-Id: I874fddc564ca350177b239d58594edeb1fa169d0 Signed-off-by: Soumya Managoli <smanag@codeaurora.org>
This commit is contained in:
parent
b52c8265db
commit
fc7ad45736
2 changed files with 10 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2017-2018, 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
|
||||
|
@ -27,3 +27,7 @@
|
|||
qcom,msm-id = <292 0x20001>;
|
||||
qcom,board-id = <8 0>;
|
||||
};
|
||||
&snd_934x {
|
||||
qcom,msm-mbhc-moist-cfg = <0>, <0>, <3>;
|
||||
qcom,msm-mbhc-usbc-audio-supported = <1>;
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2016-2018, 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
|
||||
|
@ -22,3 +22,7 @@
|
|||
compatible = "qcom,msm8998-mtp", "qcom,msm8998", "qcom,mtp";
|
||||
qcom,board-id = <8 0>;
|
||||
};
|
||||
&snd_934x {
|
||||
qcom,msm-mbhc-moist-cfg = <0>, <0>, <3>;
|
||||
qcom,msm-mbhc-usbc-audio-supported = <1>;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue