Commit bcee3891 authored by Jae Hyun Yoo's avatar Jae Hyun Yoo Committed by Joel Stanley
Browse files

ARM: dts: aspeed: ast2600: Add Video Engine node



The AST2600 has Video Engine so add it.

Signed-off-by: default avatarJae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
Acked-by: default avatarJoel Stanley <joel@jms.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent f9950ad2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -338,6 +338,16 @@ rng: hwrng@1e6e2524 {
				quality = <100>;
			};

			video: video@1e700000 {
				compatible = "aspeed,ast2600-video-engine";
				reg = <0x1e700000 0x1000>;
				clocks = <&syscon ASPEED_CLK_GATE_VCLK>,
					 <&syscon ASPEED_CLK_GATE_ECLK>;
				clock-names = "vclk", "eclk";
				interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
				status = "disabled";
			};

			gpio0: gpio@1e780000 {
				#gpio-cells = <2>;
				gpio-controller;