diff mbox

[U-Boot,05/12] imx:mx6 update fuse_bank0_regs

Message ID 1420793987-7621-6-git-send-email-Peng.Fan@freescale.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Peng Fan Jan. 9, 2015, 8:59 a.m. UTC
Update fuse_bank0_regs structure according reference mannual.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
---
 arch/arm/include/asm/arch-mx6/imx-regs.h | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Comments

Stefano Babic Feb. 10, 2015, 11:51 a.m. UTC | #1
On 09/01/2015 09:59, Peng Fan wrote:
> Update fuse_bank0_regs structure according reference mannual.
> 
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> ---
>  arch/arm/include/asm/arch-mx6/imx-regs.h | 12 ++++++++----
>  1 file changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h
> index c968600..22f371d 100644
> --- a/arch/arm/include/asm/arch-mx6/imx-regs.h
> +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h
> @@ -624,12 +624,16 @@ struct fuse_bank0_regs {
>  	u32	rsvd1[3];
>  	u32	uid_high;
>  	u32	rsvd2[3];
> -	u32	rsvd3[4];
> -	u32	rsvd4[4];
> -	u32	rsvd5[4];
> +	u32	cfg2;
> +	u32	rsvd3[3];
> +	u32	cfg3;
> +	u32	rsvd4[3];
> +	u32	cfg4;
> +	u32	rsvd5[3];
>  	u32	cfg5;
>  	u32	rsvd6[3];
> -	u32	rsvd7[4];
> +	u32	cfg6;
> +	u32	rsvd7[3];
>  };
>  
>  #ifdef CONFIG_MX6SX
> 
Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h
index c968600..22f371d 100644
--- a/arch/arm/include/asm/arch-mx6/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx6/imx-regs.h
@@ -624,12 +624,16 @@  struct fuse_bank0_regs {
 	u32	rsvd1[3];
 	u32	uid_high;
 	u32	rsvd2[3];
-	u32	rsvd3[4];
-	u32	rsvd4[4];
-	u32	rsvd5[4];
+	u32	cfg2;
+	u32	rsvd3[3];
+	u32	cfg3;
+	u32	rsvd4[3];
+	u32	cfg4;
+	u32	rsvd5[3];
 	u32	cfg5;
 	u32	rsvd6[3];
-	u32	rsvd7[4];
+	u32	cfg6;
+	u32	rsvd7[3];
 };
 
 #ifdef CONFIG_MX6SX