Files
u-boot/board
Lokesh Vutla 9f7923c73c board: ti: am335x: Fix scale_vcore for beaglebones
commit 0650798824 ("board: am335x: Introduce scale_vcores")
updated voltages of each board based on efuse. It updated
beagle bone specific voltages under the condition board_is_bone().
But this is true only for BeagleBoneWhite. Due to which voltages
are not configured for BBB, BBW as wrong device is being probed.

So create a common function board_is_beaglebonex() which includes
am335x based beagle family. Use this for updating voltages.

Also remove extra if condition for selecting voltages which is
done later using a switch case and match usb current limit as
before the commit 0650798824.

Fixes: 0650798824 ("board: am335x: Introduce scale_vcores")
Reported-by: Emmanuel Vadot <manu@bidouilliste.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2017-06-12 08:38:48 -04:00
..
2017-06-05 11:02:37 -04:00
2017-05-15 06:17:09 +02:00
2017-05-22 12:45:27 -04:00
2017-06-12 08:38:05 -04:00
2017-05-22 12:45:27 -04:00
2017-01-21 15:12:33 -05:00
2017-06-05 11:02:37 -04:00
2016-09-07 08:48:58 -04:00
2017-06-12 08:37:55 -04:00
2017-01-02 17:55:58 +01:00
2017-05-22 12:45:27 -04:00