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

Commit 37e1bae9 authored by Sachin Bhayare's avatar Sachin Bhayare Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: delete splash partition for apq8009 smart audio platform



APQ8009 smart audio platform doesn't support display.
Removing splash partition from reserved memory node and mdss_fb0 node.

Change-Id: I47eede763675ad2255730f3485b1d9d2e8dfef31
Signed-off-by: default avatarSachin Bhayare <sachin.bhayare@codeaurora.org>
parent 53202f0d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -85,3 +85,9 @@
	status = "ok";
	qcom,disable-bms;
};

&mdss_fb0 {
	/delete-node/ qcom,cont-splash-memory;
};

/delete-node/ &cont_splash_mem;
+6 −0
Original line number Diff line number Diff line
@@ -93,3 +93,9 @@
	qcom,hsusb-otg-mode = <3>;
	vbus_otg-supply = <&smb1360_otg_supply>;
};

&mdss_fb0 {
	/delete-node/ qcom,cont-splash-memory;
};

/delete-node/ &cont_splash_mem;
+5 −0
Original line number Diff line number Diff line
@@ -30,3 +30,8 @@
	status = "disabled";
};

&mdss_fb0 {
	/delete-node/ qcom,cont-splash-memory;
};

/delete-node/ &cont_splash_mem;