ARM: imx: mach-imx6q: correctly identify i.MX6QP SoCs
authorSven Van Asbroeck <thesven73@gmail.com>
Wed, 4 Nov 2020 16:54:18 +0000 (11:54 -0500)
committerShawn Guo <shawnguo@kernel.org>
Tue, 10 Nov 2020 02:21:32 +0000 (10:21 +0800)
commit53cc6bc69e536efe6c1cef98edfb7b3f0a14fabe
tree7a98095cac0848c0cc35b0d46754300eb3be4495
parent7544bfc0866f56326e47f8ec8b3f68c6db496125
ARM: imx: mach-imx6q: correctly identify i.MX6QP SoCs

The i.MX6QP rev 1.1 SoC on my board is mis-identified by Linux:
the log (incorrectly) shows "i.MX6Q rev 2.1".

Correct this by assuming that every SoC that identifies as
i.MX6Q with rev >= 2.0 is really an i.MX6QP.

Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/mach-imx6q.c