summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-ls102xa/config.h
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2014-12-26 13:14:01 +0800
committerYork Sun <yorksun@freescale.com>2015-01-23 22:29:14 -0600
commit33d2e46591ef9e7805cfea8ed880d20b7bbcee7e (patch)
tree1b1a43af192020524508deaf7513b65d14ad9312 /arch/arm/include/asm/arch-ls102xa/config.h
parent7df50fd323187568aa61f84db816aa23709065bd (diff)
downloadtalos-obmc-uboot-33d2e46591ef9e7805cfea8ed880d20b7bbcee7e.tar.gz
talos-obmc-uboot-33d2e46591ef9e7805cfea8ed880d20b7bbcee7e.zip
ls102xa: fdt: Disable QSPI and DSPI in NOR/NAND/SD boot
As QSPI/DSPI and IFC are pin multiplexed, QSPI and DSPI are only enabled in QSPI boot, and disabled in other boot modes. IFC is enabled in NOR/NAND/SD boot, and disabled in QSPI boot. This patch will add fdt support for the above rules. Signed-off-by: Alison Wang <alison.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-ls102xa/config.h')
-rw-r--r--arch/arm/include/asm/arch-ls102xa/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/config.h b/arch/arm/include/asm/arch-ls102xa/config.h
index a06ef9dcbf..791551841c 100644
--- a/arch/arm/include/asm/arch-ls102xa/config.h
+++ b/arch/arm/include/asm/arch-ls102xa/config.h
@@ -102,4 +102,8 @@
#error SoC not defined
#endif
+#define FSL_IFC_COMPAT "fsl,ifc"
+#define FSL_QSPI_COMPAT "fsl,ls1-qspi"
+#define FSL_DSPI_COMPAT "fsl,vf610-dspi"
+
#endif /* _ASM_ARMV7_LS102XA_CONFIG_ */
OpenPOWER on IntegriCloud