ada8b2f
From a7eb66eefa4a536e4eec37f9d005bae31ce14ae4 Mon Sep 17 00:00:00 2001
ccbb7a9
From: Koen Kooi <koen@dominion.thruhere.net>
ccbb7a9
Date: Wed, 3 Apr 2013 08:27:09 +0200
ada8b2f
Subject: [PATCH 04/15] beaglebone: HACK: raise USB current limit
ccbb7a9
ccbb7a9
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ccbb7a9
---
ccbb7a9
 include/configs/am335x_evm.h | 1 +
ccbb7a9
 1 file changed, 1 insertion(+)
ccbb7a9
ccbb7a9
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
ccbb7a9
index c5a6d4b..c143137 100644
ccbb7a9
--- a/include/configs/am335x_evm.h
ccbb7a9
+++ b/include/configs/am335x_evm.h
ccbb7a9
@@ -151,6 +151,7 @@
ccbb7a9
 #endif
ccbb7a9
 
ccbb7a9
 #define CONFIG_BOOTCOMMAND \
ccbb7a9
+	"i2c mw 0x24 1 0x3e; " \
ccbb7a9
 	"run findfdt; " \
ccbb7a9
 	"mmc dev ${mmcdev}; if mmc rescan; then " \
ccbb7a9
 		"echo SD/MMC found on device ${mmcdev};" \
ccbb7a9
-- 
ccbb7a9
1.8.3.1
ccbb7a9