armv8/fsl-lsch3: Suppress spurious warning on Layerscape CPUs
authorStephen Carlson <stcarlso@linux.microsoft.com>
Tue, 29 Mar 2022 21:51:10 +0000 (14:51 -0700)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 26 Apr 2022 11:43:57 +0000 (17:13 +0530)
commit3b06577ab4eefd954348f1dc0f5abb3408d10d0c
treebf9dc526c7e09cc4486a5509c0b0131b262f5e7a
parentaaaa1be8f043ff9412f9c35c62a05bcf218eda34
armv8/fsl-lsch3: Suppress spurious warning on Layerscape CPUs

NXP/Freescale Layerscape CPUs support high-speed serial interfaces (SERDES)
that can be configured for the application. Interfaces not used by the
application can be set to protocol 0 to turn them off and save power, but
U-Boot would emit a warning that 0 was invalid for a SERDES protocol on
boot. Replace the warning text with a notice that the SERDES is disabled.

Signed-off-by: Stephen Carlson <stcarlso@linux.microsoft.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c