]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc708c3d179f5f687544fc115a35ccb6200b9c319
treebf9dc526c7e09cc4486a5509c0b0131b262f5e7a
parent263fa30fad9b56f8b3777319c279fec8e03b79fd
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