Message ID | 87mubt3tux.wl-kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | bf2b74ce9b33a2edd6ba1930ce60a71830790910 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | arm64: renesas: r8a77990-ebisu: remove clkout-lr-synchronous from rcar_sound | expand |
Hi Morimoto-san, On Mon, Dec 16, 2019 at 3:08 AM Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > rcar_sound doesn't support clkout-lr-synchronous in upstream. > It was supported under out-of-tree rcar_sound. > upstream rcar_sound is supporting > - clkout-lr-synchronous > + clkout-lr-asynchronous > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Thanks for your patch! IIUIC, as no upstream code looks at this property, there is no need to apply this as a fix for v5.5, and it is safe to queue this for v5.6? Nevertheless, I think it is good to add Fixes: 56629fcba94c698d ("arm64: dts: renesas: ebisu: Enable Audio") No need to resend, I can add that while applying. Thank you! > --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts > @@ -636,7 +636,6 @@ > /* audio_clkout0/1/2/3 */ > #clock-cells = <1>; > clock-frequency = <12288000 11289600>; > - clkout-lr-synchronous; > > status = "okay"; Gr{oetje,eeting}s, Geert
Hi Geert Thank you for your feedback > > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > > > rcar_sound doesn't support clkout-lr-synchronous in upstream. > > It was supported under out-of-tree rcar_sound. > > upstream rcar_sound is supporting > > - clkout-lr-synchronous > > + clkout-lr-asynchronous > > > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> (snip) > IIUIC, as no upstream code looks at this property, there is no need to > apply this as a fix for v5.5, and it is safe to queue this for v5.6? Yes, I think so. Driver never use/check it. This is just for cleanup. > Nevertheless, I think it is good to add > Fixes: 56629fcba94c698d ("arm64: dts: renesas: ebisu: Enable Audio") > No need to resend, I can add that while applying. Ah, yes please. Thank you for your help Thank you for your help !! Best regards --- Kuninori Morimoto
Hello: The following patches were marked "accepted", because they were applied to geert/renesas-devel (refs/heads/next): Patch: arm64: renesas: r8a77990-ebisu: remove clkout-lr-synchronous from rcar_sound Submitter: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Patchwork: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=217187 Total patches: 1
diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts index b38f9d4..e6d700f 100644 --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts @@ -636,7 +636,6 @@ /* audio_clkout0/1/2/3 */ #clock-cells = <1>; clock-frequency = <12288000 11289600>; - clkout-lr-synchronous; status = "okay";