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

ARM: STi: DT: STiH410: Add defines for STiH410 DT clocks

Although most clock outputs are the same as stih407 SoC, stih410
also has some additional new clock outputs.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>

authored by

Peter Griffin and committed by
Maxime Coquelin
cc149f7a 18221b82

+25
+25
include/dt-bindings/clock/stih410-clks.h
··· 1 + /* 2 + * This header provides constants clk index STMicroelectronics 3 + * STiH410 SoC. 4 + */ 5 + #ifndef _DT_BINDINGS_CLK_STIH410 6 + #define _DT_BINDINGS_CLK_STIH410 7 + 8 + #include "stih407-clks.h" 9 + 10 + /* STiH410 introduces new clock outputs compared to STiH407 */ 11 + 12 + /* CLOCKGEN C0 */ 13 + #define CLK_TX_ICN_HADES 32 14 + #define CLK_RX_ICN_HADES 33 15 + #define CLK_ICN_REG_16 34 16 + #define CLK_PP_HADES 35 17 + #define CLK_CLUST_HADES 36 18 + #define CLK_HWPE_HADES 37 19 + #define CLK_FC_HADES 38 20 + 21 + /* CLOCKGEN D0 */ 22 + #define CLK_PCMR10_MASTER 4 23 + #define CLK_USB2_PHY 5 24 + 25 + #endif