]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00234411-1 Sabreauto: fix error print COULD NOT SET GP VOLTAGE.
authorRobin Gong <b38343@freescale.com>
Thu, 22 Nov 2012 05:31:05 +0000 (13:31 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:45 +0000 (08:35 +0200)
commit515d19b5b103b3d109d7abbac5bc7a6a1748f7db
treeb79b33b2a05b339f9e085e4ca66795b2fca22291
parentce6930dd3b065e28fc01799e19b7b2e387588d90
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>
arch/arm/mach-mx6/board-mx6q_arm2.c
arch/arm/mach-mx6/board-mx6q_sabreauto.c
arch/arm/mach-mx6/board-mx6q_sabrelite.c
arch/arm/mach-mx6/mx6q_sabreauto_pmic_pfuze100.c