Unverified Commit b59729dd authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!6192 arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved

parents c78bd94b 3f27eeaa
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -85,6 +85,14 @@
		};
	};

	reserved-memory {
		/* Cont splash region set up by the bootloader */
		cont_splash_mem: framebuffer@9d400000 {
			reg = <0x0 0x9d400000 0x0 0x2400000>;
			no-map;
		};
	};

	lt9611_1v8: lt9611-vdd18-regulator {
		compatible = "regulator-fixed";
		regulator-name = "LT9611_1V8";
@@ -482,6 +490,7 @@
};

&mdss {
	memory-region = <&cont_splash_mem>;
	status = "okay";
};