Message ID | 1535576973-8067-2-git-send-email-eajames@linux.vnet.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | media: platform: Add Aspeed Video Engine driver | expand |
Quoting Eddie James (2018-08-29 14:09:30) > Add an index into the array of resets kept in the Aspeed clock driver. > This isn't a HW bit definition. > > Signed-off-by: Eddie James <eajames@linux.vnet.ibm.com> > --- Acked-by: Stephen Boyd <sboyd@kernel.org>
On Wed, 29 Aug 2018 16:09:30 -0500, Eddie James wrote: > Add an index into the array of resets kept in the Aspeed clock driver. > This isn't a HW bit definition. > > Signed-off-by: Eddie James <eajames@linux.vnet.ibm.com> > --- > include/dt-bindings/clock/aspeed-clock.h | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring <robh@kernel.org>
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
Add an index into the array of resets kept in the Aspeed clock driver. This isn't a HW bit definition. Signed-off-by: Eddie James <eajames@linux.vnet.ibm.com> --- include/dt-bindings/clock/aspeed-clock.h | 1 + 1 file changed, 1 insertion(+)