]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: freescale: Refactor NXP common mux code
authorStephen Carlson <stcarlso@linux.microsoft.com>
Tue, 22 Jun 2021 23:35:20 +0000 (16:35 -0700)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 20 Jul 2021 08:48:04 +0000 (14:18 +0530)
commit15347d2dea32d88e9d1553e26b7eb3553550f424
treeb48dd2886cd363b78e13d67553990a9db584e56d
parentdd3dfa50d88cffeb244485594a7bf18c58ae6d63
board: freescale: Refactor NXP common mux code

Refactors similar mux code from multiple NXP boards into a common location,
and allows it to be disabled in config.

New config: CONFIG_FSL_USE_PCA9547_MUX to enable PCA9547 mux functionality.

Signed-off-by: Stephen Carlson <stcarlso@linux.microsoft.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
board/freescale/common/Kconfig
board/freescale/common/Makefile
board/freescale/common/i2c_common.c [new file with mode: 0644]
board/freescale/common/i2c_common.h [new file with mode: 0644]
board/freescale/common/i2c_mux.c [new file with mode: 0644]
board/freescale/common/i2c_mux.h [new file with mode: 0644]
board/freescale/common/vid.c