9
0
Fork 0

ARM: AM335x: beaglebone: add simple script to change usb current limit

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jan Luebbe 2014-06-18 21:43:19 +02:00 committed by Sascha Hauer
parent ffa9580561
commit 8316f29859
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/sh
echo -n "changing USB current limit to 1300 mA... "
i2c_write -b 0 -a 0x24 -r 0x01 0x3e
echo "done"