diff mbox

[U-Boot] ls102xa: fdt: Update FSL_QSPI_COMPAT and FSL_DSPI_COMPAT

Message ID 1456728620-22937-1-git-send-email-b18965@freescale.com
State Accepted
Commit b2f3addbb28f49fb8bfc18153c2f27e0a53c7323
Delegated to: York Sun
Headers show

Commit Message

Alison Wang Feb. 29, 2016, 6:50 a.m. UTC
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>
---
 arch/arm/include/asm/arch-ls102xa/config.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

York Sun March 22, 2016, 3:37 p.m. UTC | #1
On 02/28/2016 10:59 PM, Alison Wang wrote:
> 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>
> ---
>  arch/arm/include/asm/arch-ls102xa/config.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Applied to u-boot-fsl-qoriq, awaiting upstream.

Thanks.

York
diff mbox

Patch

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_ */