]> git.baikalelectronics.ru Git - kernel.git/commit
soc: fsl: select FSL_GUTS driver for DPIO
authorMathew McBride <matt@traverse.com.au>
Thu, 1 Sep 2022 05:21:49 +0000 (05:21 +0000)
committerArnd Bergmann <arnd@arndb.de>
Fri, 2 Sep 2022 09:28:40 +0000 (11:28 +0200)
commit623035f0adda6c07a3f6f14922ecba36f6ea93d0
tree336beb02243868a3d77b6c42ca271cbcf3d8b8de
parent33c2f19a2b08e7dbe52db1ee38f4a16f6dbd5d0c
soc: fsl: select FSL_GUTS driver for DPIO

The soc/fsl/dpio driver will perform a soc_device_match()
to determine the optimal cache settings for a given CPU core.

If FSL_GUTS is not enabled, this search will fail and
the driver will not configure cache stashing for the given
DPIO, and a string of "unknown SoC" messages will appear:

fsl_mc_dpio dpio.7: unknown SoC version
fsl_mc_dpio dpio.6: unknown SoC version
fsl_mc_dpio dpio.5: unknown SoC version

Fixes: 04d6a20be992 ("soc: fsl: dpio: configure cache stashing destination")
Signed-off-by: Mathew McBride <matt@traverse.com.au>
Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20220901052149.23873-2-matt@traverse.com.au'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/soc/fsl/Kconfig