diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2019-02-18 22:54:35 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-04-23 15:30:57 +0200 |
commit | 71dfd5f3f5267259b1e7b465bc07e49c67acaf45 (patch) | |
tree | 7bbd399f83e94955193c957a02c899a1316a6cf6 /include/dt-bindings | |
parent | 933f84cab9027788c31f4a8772f0c31176dde1aa (diff) | |
download | u-boot-71dfd5f3f5267259b1e7b465bc07e49c67acaf45.tar.gz u-boot-71dfd5f3f5267259b1e7b465bc07e49c67acaf45.tar.xz u-boot-71dfd5f3f5267259b1e7b465bc07e49c67acaf45.zip |
ARM: dts: stm32: Sync DT files with v4.20 kernel for stm32f4
Synchronize stm32f7 device tree with kernel v4.20.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/stm32fx-clock.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/dt-bindings/clock/stm32fx-clock.h b/include/dt-bindings/clock/stm32fx-clock.h index 49bb3c203e..58d8b515be 100644 --- a/include/dt-bindings/clock/stm32fx-clock.h +++ b/include/dt-bindings/clock/stm32fx-clock.h @@ -33,11 +33,12 @@ #define CLK_SAI2 11 #define CLK_I2SQ_PDIV 12 #define CLK_SAIQ_PDIV 13 - -#define END_PRIMARY_CLK 14 - #define CLK_HSI 14 #define CLK_SYSCLK 15 +#define CLK_F469_DSI 16 + +#define END_PRIMARY_CLK 17 + #define CLK_HDMI_CEC 16 #define CLK_SPDIF 17 #define CLK_USART1 18 |