Commit 08daf2c8 authored by Howard Chiu's avatar Howard Chiu Committed by Joel Stanley
Browse files

ARM: dts: aspeed: ast2600-evb: Enable video engine

parent f6b67950
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -23,6 +23,19 @@
		reg = <0x80000000 0x80000000>;
	};

	reserved-memory {
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		video_engine_memory: video {
			size = <0x04000000>;
			alignment = <0x01000000>;
			compatible = "shared-dma-pool";
			reusable;
		};
	};

	vcc_sdhci0: regulator-vcc-sdhci0 {
		compatible = "regulator-fixed";
		regulator-name = "SDHCI0 Vcc";
@@ -300,3 +313,8 @@
	vqmmc-supply = <&vccq_sdhci1>;
	clk-phase-sd-hs = <7>, <200>;
};

&video {
	status = "okay";
	memory-region = <&video_engine_memory>;
};