diff options
author | Vernon Mauery <vernon.mauery@linux.intel.com> | 2019-09-12 10:55:39 +0300 |
---|---|---|
committer | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | 2021-11-05 10:22:05 +0300 |
commit | bda134ac56c65e4f45a1c930dfab43e1e5987987 (patch) | |
tree | 87d8b950e0e1b8de5557a61b948717b0681b402b /include/dt-bindings/clock/ast2600-clock.h | |
parent | c9abdd3de032f4cac4d95e0b1c15af92d2ae497b (diff) | |
download | linux-bda134ac56c65e4f45a1c930dfab43e1e5987987.tar.xz |
arm: dts: base aspeed g6 dtsi fixups
Additions to the base g6 dtsi file for Aspeed ast2600 systems.
This mostly includes entries for the drivers that are not upstream.
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'include/dt-bindings/clock/ast2600-clock.h')
-rw-r--r-- | include/dt-bindings/clock/ast2600-clock.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/ast2600-clock.h b/include/dt-bindings/clock/ast2600-clock.h index 62b9520a00fd..3d90582a813f 100644 --- a/include/dt-bindings/clock/ast2600-clock.h +++ b/include/dt-bindings/clock/ast2600-clock.h @@ -91,6 +91,14 @@ /* Only list resets here that are not part of a gate */ #define ASPEED_RESET_ADC 55 #define ASPEED_RESET_JTAG_MASTER2 54 +#define ASPEED_RESET_I3C7 47 +#define ASPEED_RESET_I3C6 46 +#define ASPEED_RESET_I3C5 45 +#define ASPEED_RESET_I3C4 44 +#define ASPEED_RESET_I3C3 43 +#define ASPEED_RESET_I3C2 42 +#define ASPEED_RESET_I3C1 41 +#define ASPEED_RESET_I3C0 40 #define ASPEED_RESET_I3C_DMA 39 #define ASPEED_RESET_PWM 37 #define ASPEED_RESET_PECI 36 |