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

ARM: dts: aspeed: Add GFX node to AST2600

The GFX device is present in the AST2600 SoC.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Tommy Haung <tommy_huang@aspeedtech.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20220302024930.18758-2-tommy_huang@aspeedtech.com
Signed-off-by: Joel Stanley <joel@jms.id.au>

+11
+11
arch/arm/boot/dts/aspeed-g6.dtsi
··· 366 366 quality = <100>; 367 367 }; 368 368 369 + gfx: display@1e6e6000 { 370 + compatible = "aspeed,ast2600-gfx", "syscon"; 371 + reg = <0x1e6e6000 0x1000>; 372 + reg-io-width = <4>; 373 + clocks = <&syscon ASPEED_CLK_GATE_D1CLK>; 374 + resets = <&syscon ASPEED_RESET_GRAPHICS>; 375 + syscon = <&syscon>; 376 + status = "disabled"; 377 + interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>; 378 + }; 379 + 369 380 xdma: xdma@1e6e7000 { 370 381 compatible = "aspeed,ast2600-xdma"; 371 382 reg = <0x1e6e7000 0x100>;