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

Commit 981ac471 authored by Surendar karka's avatar Surendar karka
Browse files

ARM: dts: msm: move audio_codec_mtp device in 8909 platforms



As the audio_codec_mtp node is specific to mtp targets
keep the device disabled in all other msm8909/apq8909
platforms.

CRs-Fixed: 1108361
Change-Id: Id7e3626129cd23510de296db8482b18111c05cdd
Signed-off-by: default avatarSurendar karka <sukark@codeaurora.org>
parent bf10764e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2017, 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
@@ -26,6 +26,10 @@
	qcom,board-id= <8 0x108>;
};

&audio_codec_mtp {
	status = "disabled";
};

&soc {
	sound-9335 {
		qcom,audio-routing =
+1 −5
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2017, 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
@@ -11,10 +11,6 @@
 * GNU General Public License for more details.
 */

&audio_codec_mtp {
	status = "disabled";
};

&pm8916_tombak_dig {
	status = "disabled";
};
+5 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2017, 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
@@ -25,6 +25,10 @@
	qcom,board-id= <8 0xB>;
};

&audio_codec_mtp {
	status = "disabled";
};

&soc {
	sound-9335 {
		qcom,audio-routing =
+5 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2017, 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
@@ -26,6 +26,10 @@
	qcom,board-id= <8 0x8>;
};

&audio_codec_mtp {
	status = "disabled";
};

&soc {
	sound-9335 {
		qcom,audio-routing =
+6 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015,2016 The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2017 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
@@ -25,3 +25,8 @@
	qcom,msm-id = <265 0>;
	qcom,board-id= <8 0x105>;
};

&audio_codec_mtp {
	status = "disabled";
};
Loading