[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1544559161-21468-2-git-send-email-eajames@linux.ibm.com>
Date: Tue, 11 Dec 2018 14:12:40 -0600
From: Eddie James <eajames@...ux.ibm.com>
To: linux-kernel@...r.kernel.org
Cc: linux-aspeed@...ts.ozlabs.org, andrew@...id.au, sboyd@...nel.org,
mturquette@...libre.com, linux-clk@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, joel@....id.au,
Eddie James <eajames@...ux.ibm.com>
Subject: [PATCH 1/2] clk: aspeed: Add video engine reset index definition
Add an index into the array of resets kept in the Aspeed clock driver
for the video engine. This isn't a HW bit definition.
Signed-off-by: Eddie James <eajames@...ux.ibm.com>
Acked-by: Stephen Boyd <sboyd@...nel.org>
Reviewed-by: Rob Herring <robh@...nel.org>
---
include/dt-bindings/clock/aspeed-clock.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/dt-bindings/clock/aspeed-clock.h b/include/dt-bindings/clock/aspeed-clock.h
index f437386..15a9059 100644
--- a/include/dt-bindings/clock/aspeed-clock.h
+++ b/include/dt-bindings/clock/aspeed-clock.h
@@ -50,5 +50,6 @@
#define ASPEED_RESET_I2C 7
#define ASPEED_RESET_AHB 8
#define ASPEED_RESET_CRT1 9
+#define ASPEED_RESET_VIDEO 10
#endif
--
1.8.3.1
Powered by blists - more mailing lists