Skip to content

Commit e1920e7

Browse files
committed
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 <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
1 parent 66e7ff8 commit e1920e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/aspeed-g5.dtsi

+4
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@
232232
compatible = "aspeed,ast2500-gfx", "syscon";
233233
reg = <0x1e6e6000 0x1000>;
234234
reg-io-width = <4>;
235+
clocks = <&syscon ASPEED_CLK_GATE_D1CLK>;
236+
resets = <&syscon ASPEED_RESET_CRT1>;
237+
status = "disabled";
238+
interrupts = <0x19>;
235239
};
236240

237241
adc: adc@1e6e9000 {

0 commit comments

Comments
 (0)