minix/drivers/tps65217
David van Moolenbroek 87d31b0645 Correct a few library dependency tracking mistakes
Change-Id: I3d509db3946ca6c284be64c92c4cec313cc4ca1b
2014-07-28 17:05:56 +02:00
..
Makefile Correct a few library dependency tracking mistakes 2014-07-28 17:05:56 +02:00
README.txt tps65217: driver for the TPS65217 PMIC 2013-08-05 10:22:59 -04:00
tps65217.c big <utmp.h>-inspired netbsd switch 2014-03-01 09:05:02 +01: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