Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: Add AST2500/AST2600 HACE reset definition

Add HACE reset bit definition for AST2500/AST2600.

Signed-off-by: Neal Liu <neal_liu@aspeedtech.com>
Signed-off-by: Johnny Huang <johnny_huang@aspeedtech.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Neal Liu and committed by
Herbert Xu
dffc3c56 108713a7

+2
+1
include/dt-bindings/clock/aspeed-clock.h
··· 52 52 #define ASPEED_RESET_I2C 7 53 53 #define ASPEED_RESET_AHB 8 54 54 #define ASPEED_RESET_CRT1 9 55 + #define ASPEED_RESET_HACE 10 55 56 56 57 #endif
+1
include/dt-bindings/clock/ast2600-clock.h
··· 111 111 #define ASPEED_RESET_PCIE_RC_O 19 112 112 #define ASPEED_RESET_PCIE_RC_OEN 18 113 113 #define ASPEED_RESET_PCI_DP 5 114 + #define ASPEED_RESET_HACE 4 114 115 #define ASPEED_RESET_AHB 1 115 116 #define ASPEED_RESET_SDRAM 0 116 117