Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1223393
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/9] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation |
| Date | 2015-09-12 14:10 +0200 |
| Message-ID | <q7RN0-8ts-7@gated-at.bofh.it> (permalink) |
| References | <q7xlf-42z-3@gated-at.bofh.it> <q7xlg-42z-21@gated-at.bofh.it> <q7Dh1-48K-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Arnd,
On Fri, 11 Sep 2015, Arnd Bergmann wrote:
> On Friday 11 September 2015 15:14:23 Peter Griffin wrote:
> > +- st,fdma-id : Must contain fdma controller number
>
> What for?
It is used by the driver to generate a unique firmware name.
Basically we need to know which controller instance we
are as each controller has a different firmware which needs
to be loaded.
Rob did say that having a index type property is undesirable
over here, see my reply at the bottom
http://www.spinics.net/lists/devicetree/msg92529.html.
However I can't think of any other useful properties we could add
to derive this information.
> > +Example:
> > +
> > + fdma1: fdma-app@8e40000 {
>
> The name should be "dma-controller", not "fdma-app".
Ok will fix in v3
>
> > +Example:
> > +
> > + snd_uni_player2: snd-uni-player@2 {
> > + compatible = "st,snd_uni_player";
>
> Maybe change the compatible string to "st,snd-uni-player"?
Just checking the upstream driver which got merged for v4.3
and the compatible has changed to "st,sti-uni-player" so I
can update the DT doc example to use this in v3.
>
> The string you use here would not be acceptable for a binding.
Presumably it is the use of "underscores" in the compatible which
is not allowed? Is that correct?
regards,
Peter.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 1/9] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation Peter Griffin <peter.griffin@linaro.org> - 2015-09-11 16:20 +0200
Re: [PATCH v2 1/9] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation Arnd Bergmann <arnd@arndb.de> - 2015-09-11 22:40 +0200
Re: [PATCH v2 1/9] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation Peter Griffin <peter.griffin@linaro.org> - 2015-09-12 14:10 +0200
Re: [PATCH v2 1/9] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation Lee Jones <lee.jones@linaro.org> - 2015-09-14 10:20 +0200
csiph-web