[U-Boot] [PATCH 04/12] imx:mx6 update mxc_ccm_reg

2015-01-09 Thread Peng Fan
Add more register for structure mxc_ccm_reg.

Signed-off-by: Peng Fan 
---
 arch/arm/include/asm/arch-mx6/crm_regs.h | 87 
 1 file changed, 87 insertions(+)

diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h 
b/arch/arm/include/asm/arch-mx6/crm_regs.h
index 39f3c07..55e1287 100644
--- a/arch/arm/include/asm/arch-mx6/crm_regs.h
+++ b/arch/arm/include/asm/arch-mx6/crm_regs.h
@@ -103,6 +103,93 @@ struct mxc_ccm_reg {
u32 analog_pfd_528_set;
u32 analog_pfd_528_clr;
u32 analog_pfd_528_tog;
+   u32 reg_1p1;/* 0x4110 */
+   u32 reg_1p1_set;/* 0x4114 */
+   u32 reg_1p1_clr;/* 0x4118 */
+   u32 reg_1p1_tog;/* 0x411c */
+   u32 reg_3p0;/* 0x4120 */
+   u32 reg_3p0_set;/* 0x4124 */
+   u32 reg_3p0_clr;/* 0x4128 */
+   u32 reg_3p0_tog;/* 0x412c */
+   u32 reg_2p5;/* 0x4130 */
+   u32 reg_2p5_set;/* 0x4134 */
+   u32 reg_2p5_clr;/* 0x4138 */
+   u32 reg_2p5_tog;/* 0x413c */
+   u32 reg_core;   /* 0x4140 */
+   u32 reg_core_set;   /* 0x4144 */
+   u32 reg_core_clr;   /* 0x4148 */
+   u32 reg_core_tog;   /* 0x414c */
+   u32 ana_misc0;  /* 0x4150 */
+   u32 ana_misc0_set;  /* 0x4154 */
+   u32 ana_misc0_clr;  /* 0x4158 */
+   u32 ana_misc0_tog;  /* 0x415c */
+   u32 ana_misc1;  /* 0x4160 */
+   u32 ana_misc1_set;  /* 0x4164 */
+   u32 ana_misc1_clr;  /* 0x4168 */
+   u32 ana_misc1_tog;  /* 0x416c */
+   u32 ana_misc2;  /* 0x4170 */
+   u32 ana_misc2_set;  /* 0x4174 */
+   u32 ana_misc2_clr;  /* 0x4178 */
+   u32 ana_misc2_tog;  /* 0x417c */
+   u32 tempsense0; /* 0x4180 */
+   u32 tempsense0_set; /* 0x4184 */
+   u32 tempsense0_clr; /* 0x4188 */
+   u32 tempsense0_tog; /* 0x418c */
+   u32 tempsense1; /* 0x4190 */
+   u32 tempsense1_set; /* 0x4194 */
+   u32 tempsense1_clr; /* 0x4198 */
+   u32 tempsense1_tog; /* 0x419c */
+   u32 usb1_vbus_detect;   /* 0x41a0 */
+   u32 usb1_vbus_detect_set;   /* 0x41a4 */
+   u32 usb1_vbus_detect_clr;   /* 0x41a8 */
+   u32 usb1_vbus_detect_tog;   /* 0x41ac */
+   u32 usb1_chrg_detect;   /* 0x41b0 */
+   u32 usb1_chrg_detect_set;   /* 0x41b4 */
+   u32 usb1_chrg_detect_clr;   /* 0x41b8 */
+   u32 usb1_chrg_detect_tog;   /* 0x41bc */
+   u32 usb1_vbus_det_stat; /* 0x41c0 */
+   u32 usb1_vbus_det_stat_set; /* 0x41c4 */
+   u32 usb1_vbus_det_stat_clr; /* 0x41c8 */
+   u32 usb1_vbus_det_stat_tog; /* 0x41cc */
+   u32 usb1_chrg_det_stat; /* 0x41d0 */
+   u32 usb1_chrg_det_stat_set; /* 0x41d4 */
+   u32 usb1_chrg_det_stat_clr; /* 0x41d8 */
+   u32 usb1_chrg_det_stat_tog; /* 0x41dc */
+   u32 usb1_loopback;  /* 0x41e0 */
+   u32 usb1_loopback_set;  /* 0x41e4 */
+   u32 usb1_loopback_clr;  /* 0x41e8 */
+   u32 usb1_loopback_tog;  /* 0x41ec */
+   u32 usb1_misc;  /* 0x41f0 */
+   u32 usb1_misc_set;  /* 0x41f4 */
+   u32 usb1_misc_clr;  /* 0x41f8 */
+   u32 usb1_misc_tog;  /* 0x41fc */
+   u32 usb2_vbus_detect;   /* 0x4200 */
+   u32 usb2_vbus_detect_set;   /* 0x4204 */
+   u32 usb2_vbus_detect_clr;   /* 0x4208 */
+   u32 usb2_vbus_detect_tog;   /* 0x420c */
+   u32 usb2_chrg_detect;   /* 0x4210 */
+   u32 usb2_chrg_detect_set;   /* 0x4214 */
+   u32 usb2_chrg_detect_clr;   /* 0x4218 */
+   u32 usb2_chrg_detect_tog;   /* 0x421c */
+   u32 usb2_vbus_det_stat; /* 0x4220 */
+   u32 usb2_vbus_det_stat_set; /* 0x4224 */
+   u32 usb2_vbus_det_stat_clr; /* 0x4228 */
+   u32 usb2_vbus_det_stat_tog; /* 0x422c */
+   u32 usb2_chrg_det_stat; /* 0x4230

Re: [U-Boot] [PATCH 04/12] imx:mx6 update mxc_ccm_reg

2015-02-10 Thread Stefano Babic
Hi Peng,

On 09/01/2015 09:59, Peng Fan wrote:
> Add more register for structure mxc_ccm_reg.
> 
> Signed-off-by: Peng Fan 
> ---
>  arch/arm/include/asm/arch-mx6/crm_regs.h | 87 
> 
>  1 file changed, 87 insertions(+)
> 
> diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h 
> b/arch/arm/include/asm/arch-mx6/crm_regs.h
> index 39f3c07..55e1287 100644
> --- a/arch/arm/include/asm/arch-mx6/crm_regs.h
> +++ b/arch/arm/include/asm/arch-mx6/crm_regs.h
> @@ -103,6 +103,93 @@ struct mxc_ccm_reg {
>   u32 analog_pfd_528_set;
>   u32 analog_pfd_528_clr;
>   u32 analog_pfd_528_tog;
> + u32 reg_1p1;/* 0x4110 */
> + u32 reg_1p1_set;/* 0x4114 */

Even if the offset can be sometimes quite useful, the best reference is
the manual. You see that other fields have no offset in comments, so
please remove them here.

> + u32 reg_1p1_clr;/* 0x4118 */
> + u32 reg_1p1_tog;/* 0x411c */
> + u32 reg_3p0;/* 0x4120 */
> + u32 reg_3p0_set;/* 0x4124 */
> + u32 reg_3p0_clr;/* 0x4128 */
> + u32 reg_3p0_tog;/* 0x412c */
> + u32 reg_2p5;/* 0x4130 */
> + u32 reg_2p5_set;/* 0x4134 */
> + u32 reg_2p5_clr;/* 0x4138 */
> + u32 reg_2p5_tog;/* 0x413c */
> + u32 reg_core;   /* 0x4140 */
> + u32 reg_core_set;   /* 0x4144 */
> + u32 reg_core_clr;   /* 0x4148 */
> + u32 reg_core_tog;   /* 0x414c */
> + u32 ana_misc0;  /* 0x4150 */
> + u32 ana_misc0_set;  /* 0x4154 */
> + u32 ana_misc0_clr;  /* 0x4158 */
> + u32 ana_misc0_tog;  /* 0x415c */
> + u32 ana_misc1;  /* 0x4160 */
> + u32 ana_misc1_set;  /* 0x4164 */
> + u32 ana_misc1_clr;  /* 0x4168 */
> + u32 ana_misc1_tog;  /* 0x416c */
> + u32 ana_misc2;  /* 0x4170 */
> + u32 ana_misc2_set;  /* 0x4174 */
> + u32 ana_misc2_clr;  /* 0x4178 */
> + u32 ana_misc2_tog;  /* 0x417c */
> + u32 tempsense0; /* 0x4180 */
> + u32 tempsense0_set; /* 0x4184 */
> + u32 tempsense0_clr; /* 0x4188 */
> + u32 tempsense0_tog; /* 0x418c */
> + u32 tempsense1; /* 0x4190 */
> + u32 tempsense1_set; /* 0x4194 */
> + u32 tempsense1_clr; /* 0x4198 */
> + u32 tempsense1_tog; /* 0x419c */
> + u32 usb1_vbus_detect;   /* 0x41a0 */
> + u32 usb1_vbus_detect_set;   /* 0x41a4 */
> + u32 usb1_vbus_detect_clr;   /* 0x41a8 */
> + u32 usb1_vbus_detect_tog;   /* 0x41ac */
> + u32 usb1_chrg_detect;   /* 0x41b0 */
> + u32 usb1_chrg_detect_set;   /* 0x41b4 */
> + u32 usb1_chrg_detect_clr;   /* 0x41b8 */
> + u32 usb1_chrg_detect_tog;   /* 0x41bc */
> + u32 usb1_vbus_det_stat; /* 0x41c0 */
> + u32 usb1_vbus_det_stat_set; /* 0x41c4 */
> + u32 usb1_vbus_det_stat_clr; /* 0x41c8 */
> + u32 usb1_vbus_det_stat_tog; /* 0x41cc */
> + u32 usb1_chrg_det_stat; /* 0x41d0 */
> + u32 usb1_chrg_det_stat_set; /* 0x41d4 */
> + u32 usb1_chrg_det_stat_clr; /* 0x41d8 */
> + u32 usb1_chrg_det_stat_tog; /* 0x41dc */
> + u32 usb1_loopback;  /* 0x41e0 */
> + u32 usb1_loopback_set;  /* 0x41e4 */
> + u32 usb1_loopback_clr;  /* 0x41e8 */
> + u32 usb1_loopback_tog;  /* 0x41ec */
> + u32 usb1_misc;  /* 0x41f0 */
> + u32 usb1_misc_set;  /* 0x41f4 */
> + u32 usb1_misc_clr;  /* 0x41f8 */
> + u32 usb1_misc_tog;  /* 0x41fc */
> + u32 usb2_vbus_detect;   /* 0x4200 */
> + u32 usb2_vbus_detect_set;   /* 0x4204 */
> + u32 usb2_vbus_detect_clr;   /* 0x4208 */
> + u32 usb2_vbus_detect_tog;   /* 0x420c */
> + u32 usb2_chrg_detect;   /* 0x4210 */
> + u32 usb2_chrg_detect_set;   /* 0x4214 */
> + u32 usb2_chrg_detect_clr;   /* 0x4218 */
> + u32 usb2_chrg_detect_tog;   /* 0x421c */
> + u32 usb2_vbus_det_stat; /* 0x4220

Re: [U-Boot] [PATCH 04/12] imx:mx6 update mxc_ccm_reg

2015-02-10 Thread Peng Fan

Hi, Stefano

On 2/10/2015 7:03 PM, Stefano Babic wrote:

Hi Peng,

On 09/01/2015 09:59, Peng Fan wrote:

Add more register for structure mxc_ccm_reg.

Signed-off-by: Peng Fan 
---
  arch/arm/include/asm/arch-mx6/crm_regs.h | 87 
  1 file changed, 87 insertions(+)

diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h 
b/arch/arm/include/asm/arch-mx6/crm_regs.h
index 39f3c07..55e1287 100644
--- a/arch/arm/include/asm/arch-mx6/crm_regs.h
+++ b/arch/arm/include/asm/arch-mx6/crm_regs.h
@@ -103,6 +103,93 @@ struct mxc_ccm_reg {
u32 analog_pfd_528_set;
u32 analog_pfd_528_clr;
u32 analog_pfd_528_tog;
+   u32 reg_1p1;/* 0x4110 */
+   u32 reg_1p1_set;/* 0x4114 */

Even if the offset can be sometimes quite useful, the best reference is
the manual. You see that other fields have no offset in comments, so
please remove them here.

Ok. I'll remove the offset here.



+   u32 reg_1p1_clr;/* 0x4118 */
+   u32 reg_1p1_tog;/* 0x411c */
+   u32 reg_3p0;/* 0x4120 */
+   u32 reg_3p0_set;/* 0x4124 */
+   u32 reg_3p0_clr;/* 0x4128 */
+   u32 reg_3p0_tog;/* 0x412c */
+   u32 reg_2p5;/* 0x4130 */
+   u32 reg_2p5_set;/* 0x4134 */
+   u32 reg_2p5_clr;/* 0x4138 */
+   u32 reg_2p5_tog;/* 0x413c */
+   u32 reg_core;   /* 0x4140 */
+   u32 reg_core_set;   /* 0x4144 */
+   u32 reg_core_clr;   /* 0x4148 */
+   u32 reg_core_tog;   /* 0x414c */
+   u32 ana_misc0;  /* 0x4150 */
+   u32 ana_misc0_set;  /* 0x4154 */
+   u32 ana_misc0_clr;  /* 0x4158 */
+   u32 ana_misc0_tog;  /* 0x415c */
+   u32 ana_misc1;  /* 0x4160 */
+   u32 ana_misc1_set;  /* 0x4164 */
+   u32 ana_misc1_clr;  /* 0x4168 */
+   u32 ana_misc1_tog;  /* 0x416c */
+   u32 ana_misc2;  /* 0x4170 */
+   u32 ana_misc2_set;  /* 0x4174 */
+   u32 ana_misc2_clr;  /* 0x4178 */
+   u32 ana_misc2_tog;  /* 0x417c */
+   u32 tempsense0; /* 0x4180 */
+   u32 tempsense0_set; /* 0x4184 */
+   u32 tempsense0_clr; /* 0x4188 */
+   u32 tempsense0_tog; /* 0x418c */
+   u32 tempsense1; /* 0x4190 */
+   u32 tempsense1_set; /* 0x4194 */
+   u32 tempsense1_clr; /* 0x4198 */
+   u32 tempsense1_tog; /* 0x419c */
+   u32 usb1_vbus_detect;   /* 0x41a0 */
+   u32 usb1_vbus_detect_set;   /* 0x41a4 */
+   u32 usb1_vbus_detect_clr;   /* 0x41a8 */
+   u32 usb1_vbus_detect_tog;   /* 0x41ac */
+   u32 usb1_chrg_detect;   /* 0x41b0 */
+   u32 usb1_chrg_detect_set;   /* 0x41b4 */
+   u32 usb1_chrg_detect_clr;   /* 0x41b8 */
+   u32 usb1_chrg_detect_tog;   /* 0x41bc */
+   u32 usb1_vbus_det_stat; /* 0x41c0 */
+   u32 usb1_vbus_det_stat_set; /* 0x41c4 */
+   u32 usb1_vbus_det_stat_clr; /* 0x41c8 */
+   u32 usb1_vbus_det_stat_tog; /* 0x41cc */
+   u32 usb1_chrg_det_stat; /* 0x41d0 */
+   u32 usb1_chrg_det_stat_set; /* 0x41d4 */
+   u32 usb1_chrg_det_stat_clr; /* 0x41d8 */
+   u32 usb1_chrg_det_stat_tog; /* 0x41dc */
+   u32 usb1_loopback;  /* 0x41e0 */
+   u32 usb1_loopback_set;  /* 0x41e4 */
+   u32 usb1_loopback_clr;  /* 0x41e8 */
+   u32 usb1_loopback_tog;  /* 0x41ec */
+   u32 usb1_misc;  /* 0x41f0 */
+   u32 usb1_misc_set;  /* 0x41f4 */
+   u32 usb1_misc_clr;  /* 0x41f8 */
+   u32 usb1_misc_tog;  /* 0x41fc */
+   u32 usb2_vbus_detect;   /* 0x4200 */
+   u32 usb2_vbus_detect_set;   /* 0x4204 */
+   u32 usb2_vbus_detect_clr;   /* 0x4208 */
+   u32 usb2_vbus_detect_tog;   /* 0x420c */
+   u32 usb2_chrg_detect;   /* 0x4210 */
+   u32 usb2_chrg_detect_set;   /* 0x4214 */
+   u32 usb2_chrg_detect_clr;   /* 0x4218 */
+   u32 usb2_chrg_detect_tog;   /*