Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1413218
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 17/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes |
| Date | 2016-06-03 15:00 +0200 |
| Message-ID | <rFWRH-3gh-25@gated-at.bofh.it> (permalink) |
| References | <rCJxD-32M-5@gated-at.bofh.it> <rCJxF-32M-45@gated-at.bofh.it> <rEO0a-NP-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Arnaud,
On Tue, 31 May 2016, Arnaud Pouliquen wrote:
>
>
> On 05/25/2016 06:06 PM, Peter Griffin wrote:
> > This patch adds the DT node for the uniperif reader
> > IP block found on STiH407 family silicon.
> >
> > Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> > ---
> > arch/arm/boot/dts/stih407-family.dtsi | 28 ++++++++++++++++++++++++++++
> > 1 file changed, 28 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
> > index 7ca149b..fb6363e1 100644
> > --- a/arch/arm/boot/dts/stih407-family.dtsi
> > +++ b/arch/arm/boot/dts/stih407-family.dtsi
> > @@ -831,5 +831,33 @@
> > st,version = <5>;
> > st,mode = "SPDIF";
> > };
> > +
> > + sti_uni_reader0: sti-uni-reader@0 {
> > + compatible = "st,sti-uni-reader";
> > + status = "disabled";
> > + #sound-dai-cells = <0>;
> > + st,syscfg = <&syscfg_core>;
> > + reg = <0x8D83000 0x158>;
> > + interrupts = <GIC_SPI 87 IRQ_TYPE_NONE>;
> > + dmas = <&fdma0 5 0 1>;
> > + dma-names = "rx";
> > + dai-name = "Uni Reader #0 (PCM IN)";
> > + st,version = <3>;
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&pinctrl_i2s_8ch_in>;
> suppress pinctrl declaration
Will fix in v5
regards,
Peter.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH v4 17/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes Arnaud Pouliquen <arnaud.pouliquen@st.com> - 2016-05-31 11:20 +0200 Re: [PATCH v4 17/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes Peter Griffin <peter.griffin@linaro.org> - 2016-06-03 15:00 +0200
csiph-web