[U-Boot] [PATCH 0/4] Add support for TI TPS65090
Simon Glass
sjg at chromium.org
Tue Apr 2 02:04:11 CEST 2013
This series adds support for the TPS65090 PMIC as used on the Samsung
ARM Chromebook. It is plumbed into smdk5250 for now, while we await
the exynos5-dt board being applied upstream.
Aaron Durbin (3):
exynos5: Enable tps65090 on smdk5250
power: Explicitly select pmic device's bus
exynos5: support tps65090 pmic
Tom Wai-Hong Tam (1):
power: Add support for TPS65090 PMU chip.
board/samsung/smdk5250/smdk5250.c | 33 +++-
doc/device-tree-bindings/power/tps65090.txt | 21 ++
drivers/power/pmic/Makefile | 1 +
drivers/power/pmic/pmic_tps65090.c | 296 ++++++++++++++++++++++++++++
drivers/power/power_i2c.c | 4 +
include/configs/exynos5250-dt.h | 1 +
include/fdtdec.h | 1 +
include/power/tps65090_pmic.h | 83 ++++++++
lib/fdtdec.c | 1 +
9 files changed, 433 insertions(+), 8 deletions(-)
create mode 100644 doc/device-tree-bindings/power/tps65090.txt
create mode 100644 drivers/power/pmic/pmic_tps65090.c
create mode 100644 include/power/tps65090_pmic.h
--
1.8.1.3
More information about the U-Boot
mailing list