From: Alison Wang Date: Mon, 29 Feb 2016 06:50:20 +0000 (+0800) Subject: arm: ls102xa: fdt: Update FSL_QSPI_COMPAT and FSL_DSPI_COMPAT X-Git-Tag: v2016.05-rc1~230^2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b2f3addbb28f49fb8bfc18153c2f27e0a53c7323;p=u-boot arm: ls102xa: fdt: Update FSL_QSPI_COMPAT and FSL_DSPI_COMPAT As the compatible property values for QSPI and DSPI dts nodes are changed in kernel, FSL_QSPI_COMPAT and FSL_DSPI_COMPAT need to be updated too. Signed-off-by: Alison Wang Reviewed-by: York Sun --- diff --git a/arch/arm/include/asm/arch-ls102xa/config.h b/arch/arm/include/asm/arch-ls102xa/config.h index 424fe879dd..ab4b69705f 100644 --- a/arch/arm/include/asm/arch-ls102xa/config.h +++ b/arch/arm/include/asm/arch-ls102xa/config.h @@ -137,7 +137,7 @@ #endif #define FSL_IFC_COMPAT "fsl,ifc" -#define FSL_QSPI_COMPAT "fsl,ls1-qspi" -#define FSL_DSPI_COMPAT "fsl,vf610-dspi" +#define FSL_QSPI_COMPAT "fsl,ls1021a-qspi" +#define FSL_DSPI_COMPAT "fsl,ls1021a-v1.0-dspi" #endif /* _ASM_ARMV7_LS102XA_CONFIG_ */