From: Chao Fu <[email protected]> Add DSPI and QSPI bus definition in SOC level. Sf probe command parameter bus will decide which module will work.
Add register base definition. Signed-off-by: Chao Fu <[email protected]> --- arch/arm/include/asm/arch-vf610/imx-regs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/arch-vf610/imx-regs.h b/arch/arm/include/asm/arch-vf610/imx-regs.h index bd6f680..3076975 100644 --- a/arch/arm/include/asm/arch-vf610/imx-regs.h +++ b/arch/arm/include/asm/arch-vf610/imx-regs.h @@ -95,6 +95,8 @@ #define FEC_QUIRK_ENET_MAC #define I2C_QUIRK_REG +#define SPI_BUS_FSL_QSPI0 0 + /* MSCM interrupt rounter */ #define MSCM_IRSPRC_CP0_EN 1 #define MSCM_IRSPRC_NUM 112 -- 1.8.4 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

