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

Commit 8226b218 authored by Vishwanath Raju K's avatar Vishwanath Raju K
Browse files

ARM: dts: msm: disable "dma-coherent" on qcs605-360camera variant



Disable "dma-coherent" for fastrpc context banks on qcs605-360camera
variant to avoid random memory crashes.

Change-Id: Ie911ae6ff2b3419b1940e39814a580f9bee2b8e4
Signed-off-by: default avatarVishwanath Raju K <vishk@codeaurora.org>
parent 74195788
Loading
Loading
Loading
Loading
+49 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2019, 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
@@ -419,3 +419,51 @@
		qcom,thermal-node;
	};
};

&msm_fastrpc_compute_cb1 {
	/delete-property/ dma-coherent;
};

&msm_fastrpc_compute_cb2 {
	/delete-property/ dma-coherent;
};

&msm_fastrpc_compute_cb3 {
	/delete-property/ dma-coherent;
};

&msm_fastrpc_compute_cb4 {
	/delete-property/ dma-coherent;
};

&msm_fastrpc_compute_cb5 {
	/delete-property/ dma-coherent;
};

&msm_fastrpc_compute_cb6 {
	/delete-property/ dma-coherent;
};

&msm_fastrpc_compute_cb7 {
	/delete-property/ dma-coherent;
};

&msm_fastrpc_compute_cb8 {
	/delete-property/ dma-coherent;
};

&msm_fastrpc_compute_cb9 {
	/delete-property/ dma-coherent;
};

&msm_fastrpc_compute_cb10 {
	/delete-property/ dma-coherent;
};

&msm_fastrpc_compute_cb11 {
	/delete-property/ dma-coherent;
};

&msm_fastrpc_compute_cb12 {
	/delete-property/ dma-coherent;
};