diff options
author | Boris BREZILLON <b.brezillon@overkiz.com> | 2013-12-02 11:44:05 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-12-09 11:10:00 +0100 |
commit | a7704b7ffcf8b371bc651de9f176c3c9c7fc8629 (patch) | |
tree | e74ca877c3486d7c7ac6c47ac2190cf76c781e74 /arch/arm/boot/dts/at91rm9200ek.dts | |
parent | 44fa054e08434623fe413cb043f6cd88191ded9e (diff) |
ARM: at91/dt: add atmel,pullup-gpio to at91rm9200ek usb1 definition
Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91rm9200ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91rm9200ek.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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"; }; |