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 <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
Bo Shen 2014-08-27 17:52:49 +08:00 коммит произвёл Nicolas Ferre
Родитель 74d90de2d0
Коммит 2fbda374a2
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -136,6 +136,8 @@
}; };
usb0: ohci@00500000 { usb0: ohci@00500000 {
num-ports = <1>;
atmel,vbus-gpio = <&pioB 7 GPIO_ACTIVE_LOW>;
status = "okay"; status = "okay";
}; };
}; };