Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1497823
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 5/6] clk: stm32f469: Add QSPI clock |
| Date | 2016-10-08 23:00 +0200 |
| Message-ID | <sq6SR-3pc-17@gated-at.bofh.it> (permalink) |
| References | <sn6Z3-2UA-3@gated-at.bofh.it> <sn6Z4-2UA-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Sep 30, 2016 at 04:25:08PM +0200, gabriel.fernandez@st.com wrote: > From: Gabriel Fernandez <gabriel.fernandez@st.com> > > This patch adds the QSPI clock for stm32f469 discovery board. > The gate mapping is a little bit different from stm32f429 soc. > > Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com> > --- > .../devicetree/bindings/clock/st,stm32-rcc.txt | 4 +- > drivers/clk/clk-stm32f4.c | 173 ++++++++++++++++++--- > 2 files changed, 158 insertions(+), 19 deletions(-) > > diff --git a/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt b/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt > index fee3205..eace3de 100644 > --- a/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt > +++ b/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt > @@ -8,7 +8,9 @@ Please also refer to clock-bindings.txt in this directory for common clock > controller binding usage. > > Required properties: > -- compatible: Should be "st,stm32f42xx-rcc" > +- compatible: Should be: > + "st,stm32f42xx-rcc" > + "st,stm32f46xx-rcc" Generally, we don't use wildcards in compatible strings. I know there's lots of part numbers of stm32 parts which I guess are often same die with different fusing or package. Your compatible strings should be at least specific enough to identify parts that are really different die. > - reg: should be register base and length as documented in the > datasheet > - #clock-cells: 2, device nodes should specify the clock in their "clocks"
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 5/6] clk: stm32f469: Add QSPI clock <gabriel.fernandez@st.com> - 2016-09-30 16:30 +0200
Re: [PATCH 5/6] clk: stm32f469: Add QSPI clock Rob Herring <robh@kernel.org> - 2016-10-08 23:00 +0200
Re: [PATCH 5/6] clk: stm32f469: Add QSPI clock Gabriel Fernandez <gabriel.fernandez@st.com> - 2016-10-11 11:20 +0200
csiph-web