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

Commit c3c7a37e authored by Haihe Zhang's avatar Haihe Zhang
Browse files

ARM: dts: msm: disable mdss-fb memory of apq8096 drone



Disable the mdss-fb memory which has been reserved in apq8096 drone.
90M memory space will be saved.

Change-Id: I2e9d969c4957938f59048eb231e53b4855b33a00
CRs-Fixed: 1105520
Signed-off-by: default avatarHaihe Zhang <haihez@codeaurora.org>
parent 1d2e9200
Loading
Loading
Loading
Loading
+9 −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
@@ -328,6 +328,14 @@
	};
};

&cont_splash_mem {
	status = "disabled";
};

&cont_splash_mem_hdmi {
	status = "disabled";
};

&mdss_mdp {
	status = "disabled";
};