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

Commit 426c71b4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents db700a51 8dff9802
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;