diff options
Diffstat (limited to 'arch/arm/mach-at91/board-foxg20.c')
| -rw-r--r-- | arch/arm/mach-at91/board-foxg20.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/arm/mach-at91/board-foxg20.c b/arch/arm/mach-at91/board-foxg20.c index 2ea7059b840..c20a870ea9c 100644 --- a/arch/arm/mach-at91/board-foxg20.c +++ b/arch/arm/mach-at91/board-foxg20.c @@ -176,6 +176,7 @@ static struct w1_gpio_platform_data w1_gpio_pdata = {  	/* If you choose to use a pin other than PB16 it needs to be 3.3V */  	.pin		= AT91_PIN_PB16,  	.is_open_drain  = 1, +	.ext_pullup_enable_pin	= -EINVAL,  };  static struct platform_device w1_device = { |