summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/stm32fx-clock.h
Commit message (Collapse)AuthorAgeFilesLines
* clk: stm32: Add DSI clock for STM32F469 BoardGabriel Fernandez2018-03-191-1/+2
| | | | | | | | 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>
* clk: stm32: END_PRIMARY_CLK should be declare after CLK_SYSCLKGabriel Fernandez2018-03-191-3/+3
| | | | | | | | | | 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>
* clk: stm32f7: Add stm32f7 clock DT bindings for STM32F746 boardsGabriel Fernandez2017-01-201-0/+20
| | | | | | | | This patch introduces the stm32f7 clock DT bindings. Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: stm32f4: Update DT bindings documentationGabriel Fernandez2016-12-211-0/+39
Creation of dt include file for specific stm32f4 clocks. These specific clocks are not derived from system clock (SYSCLOCK) We should use index 1 to use these clocks in DT. e.g. <&rcc 1 CLK_LSI> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
OpenPOWER on IntegriCloud