From: Bo Shen Date: Wed, 27 Aug 2014 09:52:49 +0000 (+0800) Subject: ARM: at91/dt: sam9n12ek: ohci: add port and vbus property X-Git-Tag: firefly_0821_release~176^2~3110^2~16^2~11 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2fbda374a2add291bce8036c5084f955bbef7a94;p=firefly-linux-kernel-4.4.55.git ARM: at91/dt: sam9n12ek: ohci: add port and vbus property Add the port number and vbus property for ohci port, or else if bootloader won't configure the vbus pin, the 5v supply is not power on, so can not work with usb devices. Signed-off-by: Bo Shen Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts index 83d723711ae1..13bb24ea971a 100644 --- a/arch/arm/boot/dts/at91sam9n12ek.dts +++ b/arch/arm/boot/dts/at91sam9n12ek.dts @@ -136,6 +136,8 @@ }; usb0: ohci@00500000 { + num-ports = <1>; + atmel,vbus-gpio = <&pioB 7 GPIO_ACTIVE_LOW>; status = "okay"; }; };