From: Jae Hyun Yoo Date: Tue, 7 Jan 2020 01:15:01 +0000 (-0800) Subject: ARM: dts: aspeed: ast2600: Add Video Engine node X-Git-Tag: v5.8-rc1~137^2~48^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcee38919fa0ae47c4a80ffc7ee751039fe159bf;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: aspeed: ast2600: Add Video Engine node The AST2600 has Video Engine so add it. Signed-off-by: Jae Hyun Yoo Acked-by: Joel Stanley Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index 525103f450745..07781b24194dd 100644 --- a/arch/arm/boot/dts/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed-g6.dtsi @@ -338,6 +338,16 @@ 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 = ; + status = "disabled"; + }; + gpio0: gpio@1e780000 { #gpio-cells = <2>; gpio-controller;