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

Commit 772eb627 authored by Xiao Li's avatar Xiao Li Committed by Gerrit - the friendly Code Review server
Browse files

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



disable node of wcd9335 in device tree since it's not mounted on RB1.

Change-Id: Ibcba77d9cdd84caf6ebfc7d68d34f3480a415d75
Signed-off-by: default avatarXiao Li <lixiao@codeaurora.org>
parent 7ad88647
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";
};