[PATCH v5 07/14] arm64: renesas: salvator-x: Sound SSI PIO support
Simon Horman
horms at verge.net.au
Fri Oct 30 00:57:58 PDT 2015
On Fri, Oct 30, 2015 at 02:40:04AM +0000, Kuninori Morimoto wrote:
>
> Hi Simon
>
> Thank you for your patch.
>
> > From: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
> >
> > This patch adds PIO sound support for Salvator-X board.
> >
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
> > Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
> > ---
> (snip)
> > + cs2000: clk_multiplier at 4f {
> > + #clock-cells = <0>;
> > + compatible = "cirrus,cs2000-cp";
> > + reg = <0x4f>;
> > + clocks = <&rcar_sound 0>, <&x12_clk>;
> > + clock-names = "clk_in", "ref_clk";
> > + clock-frequency = <24576000>; /* 1/1 divide */
> > + };
> > +};
>
> I have posted this cs2000 driver to clk ML, but not yet accepted.
> And new version can't use "clock-frequency".
> Actually, Salvator-X sound can work without cs2000,
> but it can be limited sound rate
> Do you want to avoid cs2000 until it was accepted ?
> Then, I can create and post whole patch set.
> Or we can avoid sound support so far ?
If we can have partial sound support without cs2000 now,
and then fuller support with cs2000 later, then that seems
like a good way to proceed to me.
More information about the linux-arm-kernel
mailing list