xref: /minix/minix/drivers/power/tps65217/README.txt (revision 08cbf5a0)
1TPS65217 Driver (Power Management IC)
2=====================================
3
4Overview
5--------
6
7This driver is for the power management chip commonly found on the BeagleBone
8and the BeagleBone Black.
9
10Testing the Code
11----------------
12
13Starting up an instance:
14
15/sbin/minix-service up /usr/sbin/tps65217 -label tps65217.1.24 \
16	-args 'bus=1 address=0x24'
17
18Killing an instance:
19
20/sbin/minix-service down tps65217.1.24
21