Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | H A D | 24-Jun-2021 | 276 | 11 | 6 | |
README.txt | H A D | 24-Jun-2021 | 417 | 21 | 13 | |
tps65217.c | H A D | 24-Jun-2021 | 8.6 KiB | 403 | 283 |
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