Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: aspeed: ast2400: Add video engine support

Add a node to describe the video engine on AST2400.

These changes were copied from aspeed-g5.dtsi

Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Alexander Filippov and committed by
Joel Stanley
4aca6812 7f9dad6b

+10
+10
arch/arm/boot/dts/aspeed-g4.dtsi
··· 219 219 reg = <0x1e720000 0x8000>; // 32K 220 220 }; 221 221 222 + video: video@1e700000 { 223 + compatible = "aspeed,ast2400-video-engine"; 224 + reg = <0x1e700000 0x1000>; 225 + clocks = <&syscon ASPEED_CLK_GATE_VCLK>, 226 + <&syscon ASPEED_CLK_GATE_ECLK>; 227 + clock-names = "vclk", "eclk"; 228 + interrupts = <7>; 229 + status = "disabled"; 230 + }; 231 + 222 232 sdmmc: sd-controller@1e740000 { 223 233 compatible = "aspeed,ast2400-sd-controller"; 224 234 reg = <0x1e740000 0x100>;