RE: [PATCH] clk: imx: correct i.MX7D AV PLL num/denom offset

From: Anson Huang
Date: Thu Apr 25 2019 - 20:34:03 EST


Hi, Stephen

> -----Original Message-----
> From: Stephen Boyd [mailto:sboyd@xxxxxxxxxx]
> Sent: Friday, April 26, 2019 6:03 AM
> To: festevam@xxxxxxxxx; kernel@xxxxxxxxxxxxxx; l.stach@xxxxxxxxxxxxxx;
> linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; linux-clk@xxxxxxxxxxxxxxx; linux-
> kernel@xxxxxxxxxxxxxxx; linux@xxxxxxxxxxxxxxxx; mturquette@xxxxxxxxxxxx;
> rui.silva@xxxxxxxxxx; s.hauer@xxxxxxxxxxxxxx; shawnguo@xxxxxxxxxx;
> stefan@xxxxxxxx; tiny.windzz@xxxxxxxxx; Abel Vesa <abel.vesa@xxxxxxx>;
> Aisheng Dong <aisheng.dong@xxxxxxx>; Anson Huang
> <anson.huang@xxxxxxx>; Jacky Bai <ping.bai@xxxxxxx>
> Cc: dl-linux-imx <linux-imx@xxxxxxx>
> Subject: Re: [PATCH] clk: imx: correct i.MX7D AV PLL num/denom offset
>
> Quoting Anson Huang (2019-04-22 01:32:45)
> > According reference manual, i.MX7D's audio/video PLL's num/denom
> > register offset are 0x20/0x30, they are different from i.MX6's
> > audio/video PLL, correct it by introducing new offset variables for
> > audio/video PLL and using runtime assignment based on PLL type.
> >
> > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> > ---
>
> Is there any way you can send plain-text emails instead of base64 encoded
> emails? I had to get this email properly decoded in plain text so that it would
> apply correctly. I think it's an Outlook problem.

Yes, it should be default Outlook setting problem, now I change the preferred encoding
as Unicode (UTF-8) for out-going message, it was GB2312 before, hope it can fix this issue.
Thanks for reminder and sorry for the inconvenience.

Anson.

>
> Anyway, applied to clk-next