On Thu, Nov 24, 2016 at 03:45:41PM +0100, [email protected] wrote: > From: Gabriel Fernandez <[email protected]> > > 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 <[email protected]> > --- > .../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 <[email protected]>

