aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91sam9n12ek.dts
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2014-08-27 17:52:49 +0800
committerNicolas Ferre <nicolas.ferre@atmel.com>2014-09-01 11:50:33 +0200
commit2fbda374a2add291bce8036c5084f955bbef7a94 (patch)
treef53341bc038e5ab95404183018401a395adf66fd /arch/arm/boot/dts/at91sam9n12ek.dts
parentARM: at91/dt: sam9x5: fix ADC compatible string (diff)
downloadlinux-dev-2fbda374a2add291bce8036c5084f955bbef7a94.tar.xz
linux-dev-2fbda374a2add291bce8036c5084f955bbef7a94.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9n12ek.dts')
-rw-r--r--arch/arm/boot/dts/at91sam9n12ek.dts2
1 files changed, 2 insertions, 0 deletions
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";
};
};