power: pfuze100: fix LDO_EN bit value

The LDO_EN is bit 4, not value 4. This is only used on the Ventana boards so
we will change it in the header as the other values there are in terms of
values and not bit numbers.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
Tim Harvey 2015-04-03 16:56:16 -07:00 committed by Stefano Babic
parent 9e2b0c2d72
commit 76962d0f8e
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ enum {
#define LDOB_3_30V 15
#define LDO_VOL_MASK 0xf
#define LDO_EN 4
#define LDO_EN (1 << 4)
/*
* Boost Regulator