]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: clock: aspeed: Add VIDEO reset definition
authorJammy Huang <jammy_huang@aspeedtech.com>
Fri, 3 Oct 2025 01:58:44 +0000 (09:58 +0800)
committerStephen Boyd <sboyd@kernel.org>
Wed, 4 Feb 2026 05:37:05 +0000 (21:37 -0800)
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>
include/dt-bindings/clock/aspeed-clock.h

index 06d568382c779952fee715fe64dd5391cc630713..671e5a476eae30fd1be548edfb5bea0cd9f728de 100644 (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