mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-26 22:22:34 +01:00
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>
This commit is contained in:
parent
c4cbd7137d
commit
b2f3addbb2
1 changed files with 2 additions and 2 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue