soc: fsl: guts: drop platform driver
authorMichael Walle <michael@walle.cc>
Mon, 4 Apr 2022 09:56:08 +0000 (11:56 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Jun 2022 06:51:59 +0000 (14:51 +0800)
commit55488c90b392d74a6a8bbd358b7129aab0b19aee
tree36805f7a67574f0dccf4819bc782d15e76f8a2ae
parentb46dd0cb93decf58c43db0a39c1c047fc5315901
soc: fsl: guts: drop platform driver

This driver cannot be unloaded and it will be needed very early in the
boot process because other driver (weakly) depend on it (eg. for chip
errata handling). Drop all the platform driver and devres stuff and
simply make it a core_initcall.

Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/soc/fsl/guts.c