Re: [U-Boot] [PATCH 4/5] mx6: crm_regs: Fix MXC_CCM_CIMR_MASK_PERIPH2_CLK_SEL_LOADED

2014-08-08 Thread Stefano Babic
On 01/08/2014 13:50, Fabio Estevam wrote:
 From: Fabio Estevam fabio.este...@freescale.com
 
 According to the Reference Manual the 'mask_periph2_clk_sel_loaded' field of 
 register CCM_CIMR corresponds to bit 19 so fix its definition accordingly.
 
 Signed-off-by: Fabio Estevam fabio.este...@freescale.com
 ---


Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic



-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 4/5] mx6: crm_regs: Fix MXC_CCM_CIMR_MASK_PERIPH2_CLK_SEL_LOADED

2014-08-01 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com

According to the Reference Manual the 'mask_periph2_clk_sel_loaded' field of 
register CCM_CIMR corresponds to bit 19 so fix its definition accordingly.

Signed-off-by: Fabio Estevam fabio.este...@freescale.com
---
 arch/arm/include/asm/arch-mx6/crm_regs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h 
b/arch/arm/include/asm/arch-mx6/crm_regs.h
index e1cdcec..9a7fb34 100644
--- a/arch/arm/include/asm/arch-mx6/crm_regs.h
+++ b/arch/arm/include/asm/arch-mx6/crm_regs.h
@@ -469,7 +469,7 @@ struct mxc_ccm_reg {
 #define MXC_CCM_CIMR_MASK_PERIPH_CLK_SEL_LOADED(1  22)
 #define MXC_CCM_CIMR_MASK_MMDC_CH1_PODF_LOADED (1  21)
 #define MXC_CCM_CIMR_MASK_AHB_PODF_LOADED  (1  20)
-#define MXC_CCM_CIMR_MASK_PERIPH2_CLK_SEL_LOADED   (1  22)
+#define MXC_CCM_CIMR_MASK_PERIPH2_CLK_SEL_LOADED   (1  19)
 #define MXC_CCM_CIMR_MASK_AXI_PODF_LOADED  (1  17)
 #define MXC_CCM_CIMR_MASK_COSC_READY   (1  6)
 #define MXC_CCM_CIMR_MASK_LRF_PLL  1
-- 
1.8.3.2

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot