arm: ls102xa: fdt: Update FSL_QSPI_COMPAT and FSL_DSPI_COMPAT
authorAlison Wang <b18965@freescale.com>
Mon, 29 Feb 2016 06:50:20 +0000 (14:50 +0800)
committerYork Sun <york.sun@nxp.com>
Mon, 21 Mar 2016 19:42:11 +0000 (12:42 -0700)
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>
arch/arm/include/asm/arch-ls102xa/config.h

index 424fe87..ab4b697 100644 (file)
 #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_ */