tps65950: driver for the TPS65950 PMIC
Change-Id: I6b6163e59233d1f823f03550b949d53e1738a7f4
This commit is contained in:
committed by
Gerrit Code Review
parent
3a0aa55040
commit
bab2a34e1b
@@ -631,6 +631,11 @@ service tps65217
|
||||
ipc SYSTEM RS DS PM i2c;
|
||||
};
|
||||
|
||||
service tps65950
|
||||
{
|
||||
ipc SYSTEM RS DS i2c readclock.drv;
|
||||
};
|
||||
|
||||
service vbox
|
||||
{
|
||||
system
|
||||
|
||||
@@ -228,6 +228,11 @@ start)
|
||||
UNKNOWN)
|
||||
echo "Unable to detect board -- assuming BeagleBoard-xM"
|
||||
echo -n "Starting i2c device drivers: "
|
||||
|
||||
# Start TPS65950 driver for power management.
|
||||
up tps65950 -label tps65950.1.48 \
|
||||
-args 'bus=1 address=0x48'
|
||||
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user