[PATCH v2 1/9] clk: stm32f4: Update DT bindings documentation
From: robh@kernel.org (Rob Herring)
Date: 2016-11-30 20:47:22
Also in:
linux-clk, linux-devicetree, lkml
From: robh@kernel.org (Rob Herring)
Date: 2016-11-30 20:47:22
Also in:
linux-clk, linux-devicetree, lkml
On Thu, Nov 24, 2016 at 03:45:41PM +0100, gabriel.fernandez at st.com wrote:
From: Gabriel Fernandez <redacted> 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 <redacted> --- .../devicetree/bindings/clock/st,stm32-rcc.txt | 8 ++++++ drivers/clk/clk-stm32f4.c | 9 +++++-- include/dt-bindings/clock/stm32f4-clock.h | 31 ++++++++++++++++++++++ 3 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 include/dt-bindings/clock/stm32f4-clock.h
Acked-by: Rob Herring <robh@kernel.org>