Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1410013 > unrolled thread
| Started by | Arnaud Pouliquen <arnaud.pouliquen@st.com> |
|---|---|
| First post | 2016-05-31 11:10 +0200 |
| Last post | 2016-06-03 15:10 +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.
Re: [PATCH v4 15/18] ARM: STi: DT: STiH407: Add sti-sasg-codec dt node Arnaud Pouliquen <arnaud.pouliquen@st.com> - 2016-05-31 11:10 +0200
Re: [PATCH v4 15/18] ARM: STi: DT: STiH407: Add sti-sasg-codec dt node Peter Griffin <peter.griffin@linaro.org> - 2016-06-03 15:10 +0200
| From | Arnaud Pouliquen <arnaud.pouliquen@st.com> |
|---|---|
| Date | 2016-05-31 11:10 +0200 |
| Subject | Re: [PATCH v4 15/18] ARM: STi: DT: STiH407: Add sti-sasg-codec dt node |
| Message-ID | <rENQt-Jk-9@gated-at.bofh.it> |
On 05/25/2016 06:06 PM, Peter Griffin wrote:
> This patch adds the dt node for the internal audio
> codec IP.
>
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> ---
> arch/arm/boot/dts/stih407-family.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
> index b423836..60f95b6 100644
> --- a/arch/arm/boot/dts/stih407-family.dtsi
> +++ b/arch/arm/boot/dts/stih407-family.dtsi
> @@ -746,5 +746,14 @@
> <&clk_s_c0_flexgen CLK_TX_ICN_DISP_0>,
> <&clk_s_c0_flexgen CLK_EXT2F_A9>;
> };
> +
> + sti_sasg_codec: sti-sasg-codec {
> + compatible = "st,stih407-sas-codec";
> + #sound-dai-cells = <1>;
> + status = "okay";
Should be set to disable in family and enabled it depending on boards
(stihxxx-b2120.dtsi)
> + st,syscfg = <&syscfg_core>;
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_spdif_out >;
Declare pinctrl use in stihxxx-b2120.dtsi, should be set only if SPDIF used.
Regards
Arnaud
> + };
> };
> };
>
[toc] | [next] | [standalone]
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Date | 2016-06-03 15:10 +0200 |
| Message-ID | <rFX1p-3yL-49@gated-at.bofh.it> |
| In reply to | #1410013 |
Hi Arnaud,
Thanks for reviewing.
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 internal audio
> > codec IP.
> >
> > Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> > ---
> > arch/arm/boot/dts/stih407-family.dtsi | 9 +++++++++
> > 1 file changed, 9 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
> > index b423836..60f95b6 100644
> > --- a/arch/arm/boot/dts/stih407-family.dtsi
> > +++ b/arch/arm/boot/dts/stih407-family.dtsi
> > @@ -746,5 +746,14 @@
> > <&clk_s_c0_flexgen CLK_TX_ICN_DISP_0>,
> > <&clk_s_c0_flexgen CLK_EXT2F_A9>;
> > };
> > +
> > + sti_sasg_codec: sti-sasg-codec {
> > + compatible = "st,stih407-sas-codec";
> > + #sound-dai-cells = <1>;
> > + status = "okay";
> Should be set to disable in family and enabled it depending on boards
> (stihxxx-b2120.dtsi)
Will fix in v5
> > + st,syscfg = <&syscfg_core>;
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&pinctrl_spdif_out >;
> Declare pinctrl use in stihxxx-b2120.dtsi, should be set only if SPDIF used.
Will fix in v5
regards,
Peter.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web