soc: imx: Remove Layerscape check
authorFabio Estevam <festevam@gmail.com>
Wed, 8 Dec 2021 20:12:11 +0000 (17:12 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 28 Jan 2022 09:46:08 +0000 (17:46 +0800)
commitc137fb8909c1d14f2fca43ceaaf68ba26731741d
tree32e954f315e3a202546e63d93d1eaef8a56d5ba2
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
soc: imx: Remove Layerscape check

Since commit 4ebd29f91629 ("soc: imx: Register SoC device only on i.MX
boards") the soc-imx driver is only registered on i.MX platforms as
intended.

This means that we no longer need to do a specific check for
Layerscape.

Remove the now unneeded "fsl,ls1021a" check.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/soc/imx/soc-imx.c