Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb6d0ad1 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: disable wcd9335 codec for QCS404 RB1"

parents 63285205 772eb627
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-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
@@ -70,3 +70,11 @@
&usb3_extcon {
	vbus-out-gpio = <&tlmm 37 GPIO_ACTIVE_HIGH>;
};

&qcs405_snd {
	qcom,tasha-codec = <0>;
};

&wcd9335 {
	status = "disabled";
};
+9 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-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
@@ -66,3 +66,11 @@
&usb3_extcon {
	vbus-out-gpio = <&tlmm 37 GPIO_ACTIVE_HIGH>;
};

&qcs405_snd {
	qcom,tasha-codec = <0>;
};

&wcd9335 {
	status = "disabled";
};