[PATCH v5 07/14] arm64: renesas: salvator-x: Sound SSI PIO support
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Thu Oct 29 19:40:04 PDT 2015
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 ?
More information about the linux-arm-kernel
mailing list