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

Commit 05366508 authored by Jayant Shekhar's avatar Jayant Shekhar
Browse files

ARM: dts: msm: Enable continuous splash on sdm630



Add splash memory node for sdm630 to enable continuous
splash.

Change-Id: Idf69b5af0ededd3a7f649cc49eaa889e4175751e
Signed-off-by: default avatarJayant Shekhar <jshekhar@codeaurora.org>
parent 783427f7
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -244,6 +244,9 @@
		mdss_fb0: qcom,mdss_fb_primary {
		mdss_fb0: qcom,mdss_fb_primary {
			cell-index = <0>;
			cell-index = <0>;
			compatible = "qcom,mdss-fb";
			compatible = "qcom,mdss-fb";
			qcom,cont-splash-memory {
				linux,contiguous-region = <&cont_splash_mem>;
			};
		};
		};


		mdss_fb1: qcom,mdss_fb_wfd {
		mdss_fb1: qcom,mdss_fb_wfd {
+4 −0
Original line number Original line Diff line number Diff line
@@ -364,6 +364,10 @@
			linux,cma-default;
			linux,cma-default;
		};
		};


		cont_splash_mem: splash_region@9d400000 {
			reg = <0x0 0x9d400000 0x0 0x02400000>;
			label = "cont_splash_mem";
		};
	};
	};


	bluetooth: bt_wcn3990 {
	bluetooth: bt_wcn3990 {