Skip to content

Commit bd0cf7b

Browse files
Divya OjhaGerrit - the friendly Code Review server
Divya Ojha
authored and
Gerrit - the friendly Code Review server
committed
ARM: dts: msm: update micbias type for 8937/53/17 CDP
8937/53/17 CDP uses external bias resistor. Hence change micbias type to external. CRs-fixed: 1045680 Change-Id: I7ca26e9b37e5730e8c8b7b1640fb7c55ad2fe532 Signed-off-by: Divya Ojha <[email protected]>
1 parent 7a4a594 commit bd0cf7b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

arch/arm/boot/dts/qcom/msm8917-audio-cdp.dtsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
2+
* Copyright (c) 2015-2016, 2018, The Linux Foundation. All rights reserved.
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License version 2 and
@@ -13,7 +13,7 @@
1313

1414
&int_codec {
1515
status = "okay";
16-
qcom,msm-hs-micbias-type = "internal";
16+
qcom,msm-hs-micbias-type = "external";
1717

1818
asoc-wsa-codec-names = "wsa881x-i2c-codec.2-000f";
1919
asoc-wsa-codec-prefixes = "SpkrMono";

arch/arm/boot/dts/qcom/msm8937-audio-cdp.dtsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
2+
* Copyright (c) 2015-2016, 2018, The Linux Foundation. All rights reserved.
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License version 2 and
@@ -13,7 +13,7 @@
1313

1414
&int_codec {
1515
status = "okay";
16-
qcom,msm-hs-micbias-type = "internal";
16+
qcom,msm-hs-micbias-type = "external";
1717

1818
asoc-wsa-codec-names = "wsa881x-i2c-codec.2-000f";
1919
asoc-wsa-codec-prefixes = "SpkrMono";

arch/arm/boot/dts/qcom/msm8953-audio-cdp.dtsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
2+
* Copyright (c) 2015-2016, 2018, The Linux Foundation. All rights reserved.
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License version 2 and
@@ -13,7 +13,7 @@
1313

1414
&int_codec {
1515
status = "okay";
16-
qcom,msm-hs-micbias-type = "internal";
16+
qcom,msm-hs-micbias-type = "external";
1717
};
1818

1919
&pm8953_diangu_dig {

0 commit comments

Comments
 (0)