Re: [PATCH] ARM: imx: Add revision support for i.MX7ULP revision 2.2

2020-10-29 Thread Shawn Guo
On Sun, Sep 27, 2020 at 03:03:13PM +0800, Anson Huang wrote: > On i.MX7ULP revision 2.2, the value is 3, so add support for this > revision, otherwise, it will use default revision of 1.0 which is > incorrect. > > Signed-off-by: Anson Huang Applied, thanks.

RE: [PATCH] ARM: imx: Add revision support for i.MX7ULP revision 2.2

2020-09-27 Thread Peng Fan
> Subject: [PATCH] ARM: imx: Add revision support for i.MX7ULP revision 2.2 > > On i.MX7ULP revision 2.2, the value is 3, so add support for this revision, > otherwise, it will use default revision of 1.0 which is incorrect. > > Signed-off-by: Anson Huang > --- >

[PATCH] ARM: imx: Add revision support for i.MX7ULP revision 2.2

2020-09-27 Thread Anson Huang
On i.MX7ULP revision 2.2, the value is 3, so add support for this revision, otherwise, it will use default revision of 1.0 which is incorrect. Signed-off-by: Anson Huang --- arch/arm/mach-imx/mach-imx7ulp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-imx/mach-imx7ulp.c