dt-bindings: clock: aspeed: Add VIDEO reset definition

ASPEED clock controller provides a couple of resets. Add the define of
video to allow referring to it.

Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
Jammy Huang 2025-10-03 09:58:44 +08:00 committed by Stephen Boyd
parent fdc1eb624d
commit 2ad2d0e291
No known key found for this signature in database
GPG key ID: AD028897C6E49525

View file

@ -53,5 +53,6 @@
#define ASPEED_RESET_AHB 8
#define ASPEED_RESET_CRT1 9
#define ASPEED_RESET_HACE 10
#define ASPEED_RESET_VIDEO 11
#endif