diff options
author | Robin Gong <b38343@freescale.com> | 2012-11-22 13:31:05 +0800 |
---|---|---|
committer | Robin Gong <b38343@freescale.com> | 2012-11-22 13:49:17 +0800 |
commit | e2cb64c5ee3173dda8c9927ec5dad18c77ef0ebf (patch) | |
tree | b79b33b2a05b339f9e085e4ca66795b2fca22291 /arch/arm/mach-mx6/board-mx6q_sabrelite.c | |
parent | 0ffba594ae7e498b1bf28c21bb51551d62226fdc (diff) |
ENGR00234411-1 Sabreauto: fix error print COULD NOT SET GP VOLTAGE.
Didn't take more care about non-pfuze board, and there is two place in BSP will
call "mx6_cpu_regulator_init". It means regulator_get will be called twice on
every vddcore/vddsoc regulator. Then one value need set twice ,because from
regulator core view, there is two regulators share the same regulator. The non-
validate one will return error and print "COULD NOT SET GP VOLTAGE!!!!." on
Sabreauto board. The same as Sabrelite and ARM2 board.
Meanwhile, Sabreauto need be configured LDO bypass default.
Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/board-mx6q_sabrelite.c')
-rw-r--r-- | arch/arm/mach-mx6/board-mx6q_sabrelite.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_sabrelite.c b/arch/arm/mach-mx6/board-mx6q_sabrelite.c index cec9bf0705bd..736b4231d341 100644 --- a/arch/arm/mach-mx6/board-mx6q_sabrelite.c +++ b/arch/arm/mach-mx6/board-mx6q_sabrelite.c @@ -107,7 +107,6 @@ static int caam_enabled; extern struct regulator *(*get_cpu_regulator)(void); extern void (*put_cpu_regulator)(void); -extern void mx6_cpu_regulator_init(void); static iomux_v3_cfg_t mx6q_sabrelite_pads[] = { /* AUDMUX */ @@ -1215,7 +1214,6 @@ static void __init mx6_sabrelite_board_init(void) imx6q_add_dma(); imx6q_add_dvfs_core(&sabrelite_dvfscore_data); - mx6_cpu_regulator_init(); sabrelite_add_device_buttons(); |