* [U-Boot] [PATCH] mx28: Fix typo in POWER_MINPWR_VBG_OFF
@ 2012-11-22 2:50 Marek Vasut
2012-11-24 15:22 ` Stefano Babic
0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2012-11-22 2:50 UTC (permalink / raw)
To: u-boot
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 <marex@denx.de>
Cc: Stefano Babic <sbabic@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 {
#define POWER_MINPWR_PWD_ANA_CMPS (1 << 10)
#define POWER_MINPWR_ENABLE_OSC (1 << 9)
#define POWER_MINPWR_SELECT_OSC (1 << 8)
-#define POWER_MINPWR_FBG_OFF (1 << 7)
+#define POWER_MINPWR_VBG_OFF (1 << 7)
#define POWER_MINPWR_DOUBLE_FETS (1 << 6)
#define POWER_MINPWR_HALFFETS (1 << 5)
#define POWER_MINPWR_LESSANA_I (1 << 4)
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* [U-Boot] [PATCH] mx28: Fix typo in POWER_MINPWR_VBG_OFF
2012-11-22 2:50 [U-Boot] [PATCH] mx28: Fix typo in POWER_MINPWR_VBG_OFF Marek Vasut
@ 2012-11-24 15:22 ` Stefano Babic
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2012-11-24 15:22 UTC (permalink / raw)
To: u-boot
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 <marex@denx.de>
> Cc: Stefano Babic <sbabic@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: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-24 15:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 2:50 [U-Boot] [PATCH] mx28: Fix typo in POWER_MINPWR_VBG_OFF Marek Vasut
2012-11-24 15:22 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox