diff options
author | Gabriel Fernandez <gabriel.fernandez@st.com> | 2018-03-09 01:57:30 -0500 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-03-19 16:44:53 -0400 |
commit | fa6f3985056eb70ecd8051e560b726495cd1ddf0 (patch) | |
tree | 1425cb7ddccef2474cb16d977bbafaa98ead132e | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
clk: stm32: END_PRIMARY_CLK should be declare after CLK_SYSCLK
Update of END_PRIMARY_CLK was missed, it should be after CLK_SYSCLK
hsi and sysclk are overwritten by gpioa and gpiob.
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Tested-by: Philippe Cornu <philippe.cornu@st.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r-- | include/dt-bindings/clock/stm32fx-clock.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dt-bindings/clock/stm32fx-clock.h b/include/dt-bindings/clock/stm32fx-clock.h index 49bb3c203e5c..4d523b09aa92 100644 --- a/include/dt-bindings/clock/stm32fx-clock.h +++ b/include/dt-bindings/clock/stm32fx-clock.h | |||
@@ -33,11 +33,11 @@ | |||
33 | #define CLK_SAI2 11 | 33 | #define CLK_SAI2 11 |
34 | #define CLK_I2SQ_PDIV 12 | 34 | #define CLK_I2SQ_PDIV 12 |
35 | #define CLK_SAIQ_PDIV 13 | 35 | #define CLK_SAIQ_PDIV 13 |
36 | |||
37 | #define END_PRIMARY_CLK 14 | ||
38 | |||
39 | #define CLK_HSI 14 | 36 | #define CLK_HSI 14 |
40 | #define CLK_SYSCLK 15 | 37 | #define CLK_SYSCLK 15 |
38 | |||
39 | #define END_PRIMARY_CLK 16 | ||
40 | |||
41 | #define CLK_HDMI_CEC 16 | 41 | #define CLK_HDMI_CEC 16 |
42 | #define CLK_SPDIF 17 | 42 | #define CLK_SPDIF 17 |
43 | #define CLK_USART1 18 | 43 | #define CLK_USART1 18 |