Commit 32e62d1b authored by Howard Chiu's avatar Howard Chiu Committed by Joel Stanley
Browse files

ARM: dts: aspeed: Add video engine to g6



This node was accidentally removed by commit 645afe73 ("ARM: dts:
aspeed: ast2600: Update XDMA engine node").

Fixes: 645afe73 ("ARM: dts: aspeed: ast2600: Update XDMA engine node")
Signed-off-by: default avatarHoward Chiu <howard_chiu@aspeedtech.com>
Link: https://lore.kernel.org/r/SG2PR06MB2315C57600A0132FEF40F21EE61E9@SG2PR06MB2315.apcprd06.prod.outlook.com


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent badcffaf
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -389,6 +389,16 @@
				reg = <0x1e6f2000 0x1000>;
			};

			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;