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

ARM: dts: aspeed-g5: Add resets and clocks to GFX node

The ast2500 has a reset for the CRT device that must be deasserted
before it can be used. Similarly it has a clock gate for a clock called
D1CLK that must be set to running.

Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>

+4
+4
arch/arm/boot/dts/aspeed-g5.dtsi
··· 232 232 compatible = "aspeed,ast2500-gfx", "syscon"; 233 233 reg = <0x1e6e6000 0x1000>; 234 234 reg-io-width = <4>; 235 + clocks = <&syscon ASPEED_CLK_GATE_D1CLK>; 236 + resets = <&syscon ASPEED_RESET_CRT1>; 237 + status = "disabled"; 238 + interrupts = <0x19>; 235 239 }; 236 240 237 241 adc: adc@1e6e9000 {