diff options
author | Alison Wang <b18965@freescale.com> | 2016-02-29 14:50:20 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-03-21 12:42:11 -0700 |
commit | b2f3addbb28f49fb8bfc18153c2f27e0a53c7323 (patch) | |
tree | f1b882567c8518d0cb890b4f63ca5a9f3be03fe0 /arch | |
parent | c4cbd7137dcf1eb233e5e2b2889e0bdd6c7a5f9e (diff) | |
download | u-boot-imx-b2f3addbb28f49fb8bfc18153c2f27e0a53c7323.zip u-boot-imx-b2f3addbb28f49fb8bfc18153c2f27e0a53c7323.tar.gz u-boot-imx-b2f3addbb28f49fb8bfc18153c2f27e0a53c7323.tar.bz2 |
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 <alison.wang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-ls102xa/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/config.h b/arch/arm/include/asm/arch-ls102xa/config.h index 424fe87..ab4b697 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_ */ |