* [PATCH/RFC] ARM: shmobile: lager: Fix audio clk master to SSI and change audio data interface format type
@ 2015-02-15 14:49 Yoshihiro Kaneko
2015-02-15 15:29 ` Simon Horman
0 siblings, 1 reply; 4+ messages in thread
From: Yoshihiro Kaneko @ 2015-02-15 14:49 UTC (permalink / raw)
To: linux-sh; +Cc: Simon Horman, Magnus Damm, linux-arm-kernel, devicetree
From: Biju Das <biju.das@bp.renesas.com>
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
---
This patch is based on devel branch of Simon Horman's renesas tree.
arch/arm/boot/dts/r8a7790-lager.dts | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 0c3b678..e7dda8a 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -177,9 +177,7 @@
sound {
compatible = "simple-audio-card";
- simple-audio-card,format = "left_j";
- simple-audio-card,bitclock-master = <&sndcodec>;
- simple-audio-card,frame-master = <&sndcodec>;
+ simple-audio-card,format = "i2s";
sndcpu: simple-audio-card,cpu {
sound-dai = <&rcar_sound>;
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH/RFC] ARM: shmobile: lager: Fix audio clk master to SSI and change audio data interface format type
2015-02-15 14:49 [PATCH/RFC] ARM: shmobile: lager: Fix audio clk master to SSI and change audio data interface format type Yoshihiro Kaneko
@ 2015-02-15 15:29 ` Simon Horman
[not found] ` <20150215152957.GA25065-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2015-02-15 15:29 UTC (permalink / raw)
To: Yoshihiro Kaneko
Cc: linux-sh, Magnus Damm, linux-arm-kernel, devicetree,
Kuninori Morimoto
[Cc Morimoto-san]
Hi Kaneko-san,
thanks for this.
Hi Morimoto-san,
I would be most grateful if you could review this.
On Sun, Feb 15, 2015 at 11:49:04PM +0900, Yoshihiro Kaneko wrote:
> From: Biju Das <biju.das@bp.renesas.com>
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
> ---
>
> This patch is based on devel branch of Simon Horman's renesas tree.
>
> arch/arm/boot/dts/r8a7790-lager.dts | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
> index 0c3b678..e7dda8a 100644
> --- a/arch/arm/boot/dts/r8a7790-lager.dts
> +++ b/arch/arm/boot/dts/r8a7790-lager.dts
> @@ -177,9 +177,7 @@
> sound {
> compatible = "simple-audio-card";
>
> - simple-audio-card,format = "left_j";
> - simple-audio-card,bitclock-master = <&sndcodec>;
> - simple-audio-card,frame-master = <&sndcodec>;
> + simple-audio-card,format = "i2s";
>
> sndcpu: simple-audio-card,cpu {
> sound-dai = <&rcar_sound>;
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH/RFC] ARM: shmobile: lager: Fix audio clk master to SSI and change audio data interface format type
[not found] ` <20150215152957.GA25065-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
@ 2015-02-16 0:01 ` Kuninori Morimoto
2015-02-16 13:51 ` Simon Horman
0 siblings, 1 reply; 4+ messages in thread
From: Kuninori Morimoto @ 2015-02-16 0:01 UTC (permalink / raw)
To: Simon Horman
Cc: Yoshihiro Kaneko, linux-sh-u79uwXL29TY76Z2rM5mHXA, Magnus Damm,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
devicetree-u79uwXL29TY76Z2rM5mHXA
Hi Kaneko-san, Simon
> > arch/arm/boot/dts/r8a7790-lager.dts | 4 +---
> > 1 file changed, 1 insertion(+), 3 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
> > index 0c3b678..e7dda8a 100644
> > --- a/arch/arm/boot/dts/r8a7790-lager.dts
> > +++ b/arch/arm/boot/dts/r8a7790-lager.dts
> > @@ -177,9 +177,7 @@
> > sound {
> > compatible = "simple-audio-card";
> >
> > - simple-audio-card,format = "left_j";
> > - simple-audio-card,bitclock-master = <&sndcodec>;
> > - simple-audio-card,frame-master = <&sndcodec>;
> > + simple-audio-card,format = "i2s";
> >
> > sndcpu: simple-audio-card,cpu {
> > sound-dai = <&rcar_sound>;
Unfortunately, I can't accept this patch.
It will be strange sound if you change clk master to SSI (*1).
Additionally, it needs audio_clk settings for SSI master,
but, it needs special limitation (*1).
(*1 HW connection reason)
And format change left_j -> i2s is no meaning on Lager board case
Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH/RFC] ARM: shmobile: lager: Fix audio clk master to SSI and change audio data interface format type
2015-02-16 0:01 ` Kuninori Morimoto
@ 2015-02-16 13:51 ` Simon Horman
0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-02-16 13:51 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Yoshihiro Kaneko, linux-sh, Magnus Damm, linux-arm-kernel,
devicetree
Hi Morimoto-san,
On Mon, Feb 16, 2015 at 12:01:15AM +0000, Kuninori Morimoto wrote:
>
> Hi Kaneko-san, Simon
>
> > > arch/arm/boot/dts/r8a7790-lager.dts | 4 +---
> > > 1 file changed, 1 insertion(+), 3 deletions(-)
> > >
> > > diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
> > > index 0c3b678..e7dda8a 100644
> > > --- a/arch/arm/boot/dts/r8a7790-lager.dts
> > > +++ b/arch/arm/boot/dts/r8a7790-lager.dts
> > > @@ -177,9 +177,7 @@
> > > sound {
> > > compatible = "simple-audio-card";
> > >
> > > - simple-audio-card,format = "left_j";
> > > - simple-audio-card,bitclock-master = <&sndcodec>;
> > > - simple-audio-card,frame-master = <&sndcodec>;
> > > + simple-audio-card,format = "i2s";
> > >
> > > sndcpu: simple-audio-card,cpu {
> > > sound-dai = <&rcar_sound>;
>
> Unfortunately, I can't accept this patch.
> It will be strange sound if you change clk master to SSI (*1).
> Additionally, it needs audio_clk settings for SSI master,
> but, it needs special limitation (*1).
> (*1 HW connection reason)
> And format change left_j -> i2s is no meaning on Lager board case
Thanks for your analysis.
I am marking this patch as "rejected".
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-02-16 13:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-15 14:49 [PATCH/RFC] ARM: shmobile: lager: Fix audio clk master to SSI and change audio data interface format type Yoshihiro Kaneko
2015-02-15 15:29 ` Simon Horman
[not found] ` <20150215152957.GA25065-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2015-02-16 0:01 ` Kuninori Morimoto
2015-02-16 13:51 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).