From 632c92094ad4b4632df7b661999089bd26f30c6d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 26 Oct 2015 09:01:28 +0000 Subject: ar71xx: Bitmain Antminer S1/S3 set GPIO for USB Power Antminers using the stock bootloader will not hash without this GPIO set. Applies to DD and CC Signed-off-by: L. D. Pinney SVN-Revision: 47261 --- target/linux/ar71xx/files/arch/mips/ath79/mach-antminer-s1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-antminer-s1.c') diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-antminer-s1.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-antminer-s1.c index 880bc72e9d..0a81227b51 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-antminer-s1.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-antminer-s1.c @@ -26,7 +26,7 @@ #define ANTMINER_S1_GPIO_LED_SYSTEM 23 #define ANTMINER_S1_GPIO_LED_WLAN 0 -#define ANTMINER_S1_GPIO_USB_POWER 8 +#define ANTMINER_S1_GPIO_USB_POWER 26 #define ANTMINER_S1_KEYSPOLL_INTERVAL 20 /* msecs */ #define ANTMINER_S1_KEYSDEBOUNCE_INTERVAL (3 * ANTMINER_S1_KEYSPOLL_INTERVAL) -- cgit v1.2.3