aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-04-27 12:25:47 +0930
committerStephen Boyd <sboyd@kernel.org>2018-05-15 14:59:35 -0700
commitdcb899c47da9ff32e5156ddb9b2867f63ff7c4d0 (patch)
tree205d7715f5702b8f85d8a93a2f926862bac9e08f /include/dt-bindings
parentLinux 4.17-rc1 (diff)
downloadlinux-dev-dcb899c47da9ff32e5156ddb9b2867f63ff7c4d0.tar.xz
linux-dev-dcb899c47da9ff32e5156ddb9b2867f63ff7c4d0.zip
clk: aspeed: Support second reset register
The ast2500 has an additional reset register that contains resets not present in the ast2400. This enables support for this register, and adds the one reset line that is controlled by it. Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-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 d3558d897a4d..513c1b4af7a8 100644
--- a/include/dt-bindings/clock/aspeed-clock.h
+++ b/include/dt-bindings/clock/aspeed-clock.h
@@ -48,5 +48,6 @@
#define ASPEED_RESET_PCIVGA 6
#define ASPEED_RESET_I2C 7
#define ASPEED_RESET_AHB 8
+#define ASPEED_RESET_CRT1 9
#endif