]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx28: Fix typo in POWER_MINPWR_VBG_OFF
authorMarek Vasut <marex@denx.de>
Wed, 21 Nov 2012 16:50:39 +0000 (16:50 +0000)
committerStefano Babic <sbabic@denx.de>
Sat, 24 Nov 2012 15:21:10 +0000 (16:21 +0100)
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

index a46a37268239df154d4ac8010fc37b8b5083e10c..3c98cce2033fa9261b42d32a61bc9890a771a7c0 100644 (file)
@@ -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)