09 Jun, 2017
1 commit
-
The addresses of the registers in TI TPS65217 are not continuous.
There is a gap between ENABLE(0x16) and DEFUVLO(0x18). No 0x17
register available.Fixup the enum values by adding a 'reserved' placeholder to correct
the addresses higher than 0x17.Series-to: Heiko Schocher
Signed-off-by: Brock Zheng Techyauld Ltd
Reviewed-by: Lukasz Majewski
10 Jun, 2016
1 commit
-
add the following defines, needed for the upcoming shc board
support:Signed-off-by: Heiko Schocher
Reviewed-by: Tom Rini
06 Mar, 2015
1 commit
-
a summary screen to the lcd.
Values are taken from environment and or devicetree blob.Signed-off-by: Hannes Petermaier
21 Sep, 2013
1 commit
-
In Errata 1.0.24, if the board is running at OPP50 and has a warm reset,
the boot ROM sets the frequencies for OPP100. This patch attempts to
drop the frequencies back to OPP50 as soon as possible in the SPL. Then
later the voltages and frequencies up set higher.Cc: Enric Balletbo i Serra
Cc: Lars Poeschel
Signed-off-by: Steve Kipisz
[trini: Adapt to current framework]
Signed-off-by: Tom Rini
20 Sep, 2013
1 commit
-
Add a driver for the TPS65217 PMIC that is found in the Beaglebone
family of boards.Signed-off-by: Greg Guyotte
[trini: Split and rework Greg's changes into new drivers/power
framework]
Signed-off-by: Tom Rini