summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/stm32fx-clock.h
AgeCommit message (Collapse)AuthorFilesLines
2017-01-21clk: stm32f7: Add stm32f7 clock DT bindings for STM32F746 boardsGabriel Fernandez1-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>
2016-12-22clk: stm32f4: Update DT bindings documentationGabriel Fernandez1-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>