Re: [U-Boot] [PATCH] mx28: Fix typo in POWER_MINPWR_VBG_OFF

2012-11-24 Thread Stefano Babic
On 22/11/2012 03:50, Marek Vasut wrote:
 The POWER_MINPWR_VBG_OFF bit in mx28 power supply block is not called
 POWER_MINPWR_FBG_OFF, but POWER_MINPWR_VBG_OFF. Correct the name in the
 header file.
 
 Signed-off-by: Marek Vasut ma...@denx.de
 Cc: Stefano Babic sba...@denx.de
 ---


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] mx28: Fix typo in POWER_MINPWR_VBG_OFF

2012-11-21 Thread Marek Vasut
The POWER_MINPWR_VBG_OFF bit in mx28 power supply block is not called
POWER_MINPWR_FBG_OFF, but POWER_MINPWR_VBG_OFF. Correct the name in the
header file.

Signed-off-by: Marek Vasut ma...@denx.de
Cc: Stefano Babic sba...@denx.de
---
 arch/arm/include/asm/arch-mxs/regs-power.h |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/arch-mxs/regs-power.h 
b/arch/arm/include/asm/arch-mxs/regs-power.h
index a46a372..3c98cce 100644
--- a/arch/arm/include/asm/arch-mxs/regs-power.h
+++ b/arch/arm/include/asm/arch-mxs/regs-power.h
@@ -128,7 +128,7 @@ struct mxs_power_regs {
 #definePOWER_MINPWR_PWD_ANA_CMPS   (1  10)
 #definePOWER_MINPWR_ENABLE_OSC (1  9)
 #definePOWER_MINPWR_SELECT_OSC (1  8)
-#definePOWER_MINPWR_FBG_OFF(1  7)
+#definePOWER_MINPWR_VBG_OFF(1  7)
 #definePOWER_MINPWR_DOUBLE_FETS(1  6)
 #definePOWER_MINPWR_HALFFETS   (1  5)
 #definePOWER_MINPWR_LESSANA_I  (1  4)
-- 
1.7.10.4

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