[Sound-open-firmware] [PATCH] cnl: clk: correct it on cnl according to spec
Liam Girdwood
liam.r.girdwood at linux.intel.com
Wed Feb 28 10:25:37 CET 2018
On Wed, 2018-02-28 at 16:57 +0800, Rander Wang wrote:
> Signed-off-by: Rander Wang <rander.wang at intel.com>
> ---
> src/platform/cannonlake/clk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/platform/cannonlake/clk.c
> b/src/platform/cannonlake/clk.c
> index 3a16c1a..dcfe4b3 100644
> --- a/src/platform/cannonlake/clk.c
> +++ b/src/platform/cannonlake/clk.c
> @@ -72,7 +72,7 @@ static const struct freq_table cpu_freq[] = {
>
> static const struct freq_table ssp_freq[] = {
> {19200000, 19,},
> - {25000000, 25,}, /* default */
> + {24000000, 24,}, /* default */
> };
>
> #define CPU_DEFAULT_IDX 1
Applied.
Thanks
Liam
More information about the Sound-open-firmware
mailing list