minix/drivers/tps65217
Thomas Cort d9b62047f1 tps65217: driver for the TPS65217 PMIC
Change-Id: Ic2259c15645816627d757c9c45560cb4c5c0156c
2013-08-05 10:22:59 -04:00
..
Makefile tps65217: driver for the TPS65217 PMIC 2013-08-05 10:22:59 -04:00
README.txt tps65217: driver for the TPS65217 PMIC 2013-08-05 10:22:59 -04:00
tps65217.c tps65217: driver for the TPS65217 PMIC 2013-08-05 10:22:59 -04:00

TPS65217 Driver (Power Management IC)
=====================================

Overview
--------

This driver is for the power management chip commonly found on the BeagleBone
and the BeagleBone Black.

Testing the Code
----------------

Starting up an instance:

/bin/service up /usr/sbin/tps65217 -label tps65217.1.24 \
	-args 'bus=1 address=0x24'

Killing an instance:

/bin/service down tps65217.1.24