Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1410027 > unrolled thread

Re: [PATCH v4 17/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes

Started byArnaud Pouliquen <arnaud.pouliquen@st.com>
First post2016-05-31 11:20 +0200
Last post2016-06-03 15:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

#1410027 — Re: [PATCH v4 17/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes

FromArnaud Pouliquen <arnaud.pouliquen@st.com>
Date2016-05-31 11:20 +0200
SubjectRe: [PATCH v4 17/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes
Message-ID<rEO0a-NP-29@gated-at.bofh.it>

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
> +		};
> +
> +		sti_uni_reader1: sti-uni-reader@1 {
> +			compatible = "st,sti-uni-reader";
> +			status = "disabled";
> +			#sound-dai-cells = <0>;
> +			st,syscfg = <&syscfg_core>;
> +			reg = <0x8D84000 0x158>;
> +			interrupts = <GIC_SPI 88 IRQ_TYPE_NONE>;
> +			dmas = <&fdma0 6 0 1>;
> +			dma-names = "rx";
> +			dai-name = "Uni Reader #1 (HDMI RX)";
> +			st,version = <3>;
> +		};
>  	};
>  };
> 

[toc] | [next] | [standalone]


#1413218

FromPeter Griffin <peter.griffin@linaro.org>
Date2016-06-03 15:00 +0200
Message-ID<rFWRH-3gh-25@gated-at.bofh.it>
In reply to#1410027
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.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web