Skip to content

Commit bae7aff

Browse files
tlebbebarino
authored andcommitted
dt-bindings: clock: add Mobileye EyeQ6L/EyeQ6H clock indexes
Add #defines for Mobileye EyeQ6L and EyeQ6H SoC clocks. Constant prefixes are: - EQ6LC_PLL_: EyeQ6L clock PLLs - EQ6HC_SOUTH_PLL_: EyeQ6H south OLB PLLs - EQ6HC_SOUTH_DIV_: EyeQ6H south OLB divider clocks - EQ6HC_ACC_PLL_: EyeQ6H accelerator OLB PLLs Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Théo Lebrun <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 6e7c710 commit bae7aff

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

include/dt-bindings/clock/mobileye,eyeq5-clk.h

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,25 @@
1919

2020
#define EQ5C_DIV_OSPI 10
2121

22+
#define EQ6LC_PLL_DDR 0
23+
#define EQ6LC_PLL_CPU 1
24+
#define EQ6LC_PLL_PER 2
25+
#define EQ6LC_PLL_VDI 3
26+
27+
#define EQ6HC_SOUTH_PLL_VDI 0
28+
#define EQ6HC_SOUTH_PLL_PCIE 1
29+
#define EQ6HC_SOUTH_PLL_PER 2
30+
#define EQ6HC_SOUTH_PLL_ISP 3
31+
32+
#define EQ6HC_SOUTH_DIV_EMMC 4
33+
#define EQ6HC_SOUTH_DIV_OSPI_REF 5
34+
#define EQ6HC_SOUTH_DIV_OSPI_SYS 6
35+
#define EQ6HC_SOUTH_DIV_TSU 7
36+
37+
#define EQ6HC_ACC_PLL_XNN 0
38+
#define EQ6HC_ACC_PLL_VMP 1
39+
#define EQ6HC_ACC_PLL_PMA 2
40+
#define EQ6HC_ACC_PLL_MPC 3
41+
#define EQ6HC_ACC_PLL_NOC 4
42+
2243
#endif

0 commit comments

Comments
 (0)