tps65950: driver for the TPS65950 PMIC

Change-Id: I6b6163e59233d1f823f03550b949d53e1738a7f4
This commit is contained in:
Thomas Cort
2013-08-09 12:41:43 +02:00
committed by Gerrit Code Review
parent 3a0aa55040
commit bab2a34e1b
11 changed files with 804 additions and 1 deletions
+5
View File
@@ -631,6 +631,11 @@ service tps65217
ipc SYSTEM RS DS PM i2c;
};
service tps65950
{
ipc SYSTEM RS DS i2c readclock.drv;
};
service vbox
{
system
+5
View File
@@ -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