summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJammy Huang <jammy_huang@aspeedtech.com>2025-10-03 04:58:44 +0300
committerStephen Boyd <sboyd@kernel.org>2026-02-04 08:37:05 +0300
commit2ad2d0e291ac6f4ffc66dce11c09ccc6dd968a9b (patch)
tree636a761cfdd67c14246514b9d5cd42d36b80f7d5 /include
parentfdc1eb624ddc2876079ce30218eed971b7953280 (diff)
downloadlinux-2ad2d0e291ac6f4ffc66dce11c09ccc6dd968a9b.tar.xz
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>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/aspeed-clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/aspeed-clock.h b/include/dt-bindings/clock/aspeed-clock.h
index 06d568382c77..671e5a476eae 100644
--- a/include/dt-bindings/clock/aspeed-clock.h
+++ b/include/dt-bindings/clock/aspeed-clock.h
@@ -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