On Wed, Sep 14, 2022 at 06:19:57AM +0000, Mathew McBride wrote: > commit 9a472613f5bccf1b36837423495ae592a9c5182f upstream > > 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: 51da14e96e9b ("soc: fsl: dpio: configure cache stashing destination") > Signed-off-by: Mathew McBride <matt@xxxxxxxxxxxxxxx> > Reviewed-by: Ioana Ciornei <ioana.ciornei@xxxxxxx> > Cc: stable@xxxxxxxxxxxxxxx > Link: https://lore.kernel.org/r/20220901052149.23873-2-matt@xxxxxxxxxxxxxxx > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > --- > drivers/soc/fsl/Kconfig | 1 + > 1 file changed, 1 insertion(+) Now queued up, thanks. greg k-h