diff options
author | Gabriel Fernandez <gabriel.fernandez@st.com> | 2018-03-09 07:57:31 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-03-19 13:45:11 -0700 |
commit | 2f05b6b9208470fdd842a362135809df09834208 (patch) | |
tree | 3cf00cc8aa2c27fba0ae97d00d25e885e5549f27 /include/dt-bindings/clock/stm32fx-clock.h | |
parent | fa6f3985056eb70ecd8051e560b726495cd1ddf0 (diff) | |
download | blackbird-obmc-linux-2f05b6b9208470fdd842a362135809df09834208.tar.gz blackbird-obmc-linux-2f05b6b9208470fdd842a362135809df09834208.zip |
clk: stm32: Add DSI clock for STM32F469 Board
This patch adds DSI clock for STM32F469 board
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock/stm32fx-clock.h')
-rw-r--r-- | include/dt-bindings/clock/stm32fx-clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/stm32fx-clock.h b/include/dt-bindings/clock/stm32fx-clock.h index 4d523b09aa92..58d8b515be55 100644 --- a/include/dt-bindings/clock/stm32fx-clock.h +++ b/include/dt-bindings/clock/stm32fx-clock.h @@ -35,8 +35,9 @@ #define CLK_SAIQ_PDIV 13 #define CLK_HSI 14 #define CLK_SYSCLK 15 +#define CLK_F469_DSI 16 -#define END_PRIMARY_CLK 16 +#define END_PRIMARY_CLK 17 #define CLK_HDMI_CEC 16 #define CLK_SPDIF 17 |