diff options
| author | Yao Zi <ziyao@disroot.org> | 2025-11-20 16:14:10 +0300 |
|---|---|---|
| committer | Drew Fustini <fustini@kernel.org> | 2025-12-18 22:14:45 +0300 |
| commit | 5f352125f8a0bc906dff8419a2377903012d7f35 (patch) | |
| tree | ee70a84cba6cadfd7c246018415648bbfeb45cef /include | |
| parent | 8f0b4cce4481fb22653697cced8d0d04027cb1e8 (diff) | |
| download | linux-5f352125f8a0bc906dff8419a2377903012d7f35.tar.xz | |
dt-bindings: clock: thead,th1520-clk-ap: Add ID for C910 bus clock
Add binding ID for C910 bus clock, which takes CLK_C910 as parent and is
essential for C910 cluster's operation.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Yao Zi <ziyao@disroot.org>
Signed-off-by: Drew Fustini <fustini@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/clock/thead,th1520-clk-ap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/thead,th1520-clk-ap.h b/include/dt-bindings/clock/thead,th1520-clk-ap.h index 09a9aa7b3ab1..68b35cc61204 100644 --- a/include/dt-bindings/clock/thead,th1520-clk-ap.h +++ b/include/dt-bindings/clock/thead,th1520-clk-ap.h @@ -93,6 +93,7 @@ #define CLK_SRAM3 83 #define CLK_PLL_GMAC_100M 84 #define CLK_UART_SCLK 85 +#define CLK_C910_BUS 86 /* VO clocks */ #define CLK_AXI4_VO_ACLK 0 |
