diff options
| author | Tom Rini <[email protected]> | 2020-09-30 09:21:43 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-09-30 09:21:43 -0400 |
| commit | 01114adfc1e0bf3cf5e2f3da858bb2c8e9810c1c (patch) | |
| tree | 64ab9c9d1c2a5f3cc96b4c0fef1990cb73c1b356 /include/dt-bindings/clock | |
| parent | 527fad0b2484bf1dd4c443c4c8f4384aa256938f (diff) | |
| parent | 924de3216e9efdf1cdc71b8632099213aac03f2c (diff) | |
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next
- Disable CMD_IRQ for RISC-V.
- Update sipeed/maix doc
- Obtain reg of SiFive RAM via dev_read_addr_index() instead of regmap API.
- Cleans up RISC-V timer drivers and converts them to DM.
- Correctly handle IPIs already pending upon prior stage bootloader (on the K210)
Diffstat (limited to 'include/dt-bindings/clock')
| -rw-r--r-- | include/dt-bindings/clock/k210-sysctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/k210-sysctl.h b/include/dt-bindings/clock/k210-sysctl.h index 0e3ed3fb9fa..fe852bbd92a 100644 --- a/include/dt-bindings/clock/k210-sysctl.h +++ b/include/dt-bindings/clock/k210-sysctl.h @@ -55,5 +55,6 @@ #define K210_CLK_OTP 43 #define K210_CLK_RTC 44 #define K210_CLK_ACLK 45 +#define K210_CLK_CLINT 46 #endif /* CLOCK_K210_SYSCTL_H */ |
