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

Commit 33f320dc authored by Tirtha Kanti Ghosh's avatar Tirtha Kanti Ghosh Committed by Anurag Singh
Browse files

ARM: dts: msm: Disable mss PIL loading for LW targets



Since the modem doesn't exist on LW targets, there's no need to perform MSS
PIL loading.

Change-Id: I89a37467d3c88759b5b813c0289b70bf111cc916
Signed-off-by: default avatarAnurag Singh <anursing@codeaurora.org>
Signed-off-by: default avatarTirtha Kanti Ghosh <tirtha@codeaurora.org>
parent 8c0c40d9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -36,3 +36,9 @@
&dsi_nt35590_qvga_cmd {
	qcom,cont-splash-enabled;
};

&soc {
	qcom,mss@fc880000 {
		status = "disabled";
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -43,3 +43,9 @@
&dsi_nt35590_qvga_cmd {
	qcom,cont-splash-enabled;
};

&soc {
	qcom,mss@fc880000 {
		status = "disabled";
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -36,3 +36,9 @@
&dsi_nt35590_qvga_cmd {
	qcom,cont-splash-enabled;
};

&soc {
	qcom,mss@fc880000 {
		status = "disabled";
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -36,3 +36,9 @@
&dsi_nt35590_qvga_cmd {
	qcom,cont-splash-enabled;
};

&soc {
	qcom,mss@fc880000 {
		status = "disabled";
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -35,3 +35,9 @@
&dsi_nt35590_qvga_cmd {
	qcom,cont-splash-enabled;
};

&soc {
	qcom,mss@fc880000 {
		status = "disabled";
	};
};
Loading