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

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

ARM: dts: msm: Disable MDP, DSI, DSI PLL node for APQ8009 robot



Disable MDP DSI and DSI PLL node for APQ8009
robot refboard.

Change-Id: Ie94cb8c93570c281cb905b17a19e9c250e33d700
Signed-off-by: default avatarSachin Bhayare <sachin.bhayare@codeaurora.org>
parent 4bd5b5c3
Loading
Loading
Loading
Loading
+19 −6
Original line number Diff line number Diff line
@@ -77,12 +77,6 @@
	vbus_otg-supply = <&smb1360_otg_supply>;
};

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

/delete-node/ &cont_splash_mem;

&msm_gpio{
	hsuart_active: default {
		mux {
@@ -245,3 +239,22 @@
	qcom,nonremovable;
	status = "ok";
};

&mdss_fb0 {
	status = "disabled";
	/delete-node/ qcom,cont-splash-memory;
};

&mdss_mdp {
	status = "disabled";
};

&mdss_dsi0_pll {
	status = "disabled";
};

&mdss_dsi0 {
	status = "disabled";
};

/delete-node/ &cont_splash_mem;