From: Boris BREZILLON Date: Mon, 2 Dec 2013 10:44:05 +0000 (+0100) Subject: ARM: at91/dt: add atmel,pullup-gpio to at91rm9200ek usb1 definition X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a7704b7ffcf8b371bc651de9f176c3c9c7fc8629;p=deliverable%2Flinux.git ARM: at91/dt: add atmel,pullup-gpio to at91rm9200ek usb1 definition Signed-off-by: Boris BREZILLON Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/at91rm9200ek.dts b/arch/arm/boot/dts/at91rm9200ek.dts index e6fd0f8f9f36..e40b6a5479fb 100644 --- a/arch/arm/boot/dts/at91rm9200ek.dts +++ b/arch/arm/boot/dts/at91rm9200ek.dts @@ -56,6 +56,7 @@ usb1: gadget@fffb0000 { atmel,vbus-gpio = <&pioD 4 GPIO_ACTIVE_HIGH>; + atmel,pullup-gpio = <&pioD 5 GPIO_ACTIVE_HIGH>; status = "okay"; };