Commit e631e904 authored by Dang Huynh's avatar Dang Huynh Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sdm660-xiaomi-lavender: Enable Simple Framebuffer

parent cf85e9ae
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -20,7 +20,20 @@
	};

	chosen {
		#address-cells = <2>;
		#size-cells = <2>;
		ranges;

		stdout-path = "serial0:115200n8";

		framebuffer0: framebuffer@9d400000 {
			compatible = "simple-framebuffer";
			reg = <0 0x9d400000 0 (1080 * 2340 * 4)>;
			width = <1080>;
			height = <2340>;
			stride = <(1080 * 4)>;
			format = "a8r8g8b8";
		};
	};

	vph_pwr: vph-pwr-regulator {
@@ -46,6 +59,11 @@
			ftrace-size = <0x0>;
			pmsg-size = <0x20000>;
		};

		framebuffer_mem: memory@9d400000 {
			reg = <0x0 0x9d400000 0x0 0x23ff000>;
			no-map;
		};
	};
};