Name Date Size #Lines LOC

..--

MakefileH A D24-Jun-2021276 116

README.txtH A D24-Jun-2021417 2113

tps65217.cH A D24-Jun-20218.6 KiB403283

README.txt

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