diff mbox

[U-Boot] arm: Fix order of CSU indexes in ns_access.h

Message ID 1459237276-8520-2-git-send-email-vincent.siles@provenrun.com
State Accepted
Commit 96077896ee01d890d2758ce39aaf81af5f60dc59
Delegated to: York Sun
Headers show

Commit Message

Vincent Siles March 29, 2016, 7:41 a.m. UTC
This patch aims to fix the order of CSU slave index for the LS1021a
board.

Signed-off-by: Vincent Siles <vincent.siles@provenrun.com>

---

 arch/arm/include/asm/arch-ls102xa/ns_access.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Alison Wang March 31, 2016, 6:14 a.m. UTC | #1
> -------- Original Message --------
> Subject: [PATCH] arm: Fix order of CSU indexes in ns_access.h
> Date: 03/29/2016 12:41 AM
> From: Vincent Siles <vincent.siles@provenrun.com>
> To: u-boot@lists.denx.de <u-boot@lists.denx.de>
> CC: vincent.siles@provenrun.com <vincent.siles@provenrun.com>,
> yorksun@freescale.com <yorksun@freescale.com>, Mingkai Hu
> <Mingkai.Hu@freescale.com>, Gong Qianyu <Qianyu.Gong@freescale.com>,
> Albert Aribaud <albert.u.boot@aribaud.net>, Hou Zhiqiang
> <B48286@freescale.com>
> 
> This patch aims to fix the order of CSU slave index for the LS1021a
> board.
> 
> Signed-off-by: Vincent Siles <vincent.siles@provenrun.com>
> 
> ---
> 
>  arch/arm/include/asm/arch-ls102xa/ns_access.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-ls102xa/ns_access.h
> b/arch/arm/include/asm/arch-ls102xa/ns_access.h
> index a921fb6..44acfd2 100644
> --- a/arch/arm/include/asm/arch-ls102xa/ns_access.h
> +++ b/arch/arm/include/asm/arch-ls102xa/ns_access.h
> @@ -82,12 +82,12 @@ enum csu_cslx_ind {
>  	CSU_CSLX_FTM5,
>  	CSU_CSLX_FTM8,
>  	CSU_CSLX_FTM7,
> -	CSU_CSLX_COP_DCSR,
>  	CSU_CSLX_EPU,
> -	CSU_CSLX_GDI,
> +	CSU_CSLX_COP_DCSR,
>  	CSU_CSLX_DDI,
> +	CSU_CSLX_GDI,
>  	CSU_CSLX_RESERVED1,
> -	CSU_CSLX_USB3_PHY = 117,
> +	CSU_CSLX_USB3_PHY = 116,
>  	CSU_CSLX_RESERVED2,
>  	CSU_CSLX_MAX,
>  };
> --
Reviewed-by: Alison Wang <alison.wang@nxp.com>

Best Regards,
Alison Wang
York Sun April 6, 2016, 5:27 p.m. UTC | #2
On 03/29/2016 12:41 AM, Vincent Siles wrote:
> This patch aims to fix the order of CSU slave index for the LS1021a
> board.
> 
> Signed-off-by: Vincent Siles <vincent.siles@provenrun.com>
> 
> ---
> 
>  arch/arm/include/asm/arch-ls102xa/ns_access.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 

Revised tag in subject.
Applied to u-boot-fsl-qoriq master. Awaiting upstream.
Thanks.

York
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-ls102xa/ns_access.h b/arch/arm/include/asm/arch-ls102xa/ns_access.h
index a921fb6..44acfd2 100644
--- a/arch/arm/include/asm/arch-ls102xa/ns_access.h
+++ b/arch/arm/include/asm/arch-ls102xa/ns_access.h
@@ -82,12 +82,12 @@  enum csu_cslx_ind {
 	CSU_CSLX_FTM5,
 	CSU_CSLX_FTM8,
 	CSU_CSLX_FTM7,
-	CSU_CSLX_COP_DCSR,
 	CSU_CSLX_EPU,
-	CSU_CSLX_GDI,
+	CSU_CSLX_COP_DCSR,
 	CSU_CSLX_DDI,
+	CSU_CSLX_GDI,
 	CSU_CSLX_RESERVED1,
-	CSU_CSLX_USB3_PHY = 117,
+	CSU_CSLX_USB3_PHY = 116,
 	CSU_CSLX_RESERVED2,
 	CSU_CSLX_MAX,
 };