mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 1/1] Animeo IP: add usb host support
Date: Thu, 19 Sep 2013 14:48:47 +0200	[thread overview]
Message-ID: <1379594927-3859-1-git-send-email-plagnioj@jcrosoft.com> (raw)

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 arch/arm/boards/animeo_ip/init.c     | 16 ++++++++++++++++
 arch/arm/configs/animeo_ip_defconfig |  5 +++++
 2 files changed, 21 insertions(+)

diff --git a/arch/arm/boards/animeo_ip/init.c b/arch/arm/boards/animeo_ip/init.c
index 56b8df2..5419ddb 100644
--- a/arch/arm/boards/animeo_ip/init.c
+++ b/arch/arm/boards/animeo_ip/init.c
@@ -146,6 +146,21 @@ static void animeo_ip_add_device_mci(void)
 static void animeo_ip_add_device_mci(void) {}
 #endif
 
+/*
+ * USB Host port
+ */
+static struct at91_usbh_data __initdata animeo_ip_usbh_data = {
+	.ports		= 2,
+	.vbus_pin	= {AT91_PIN_PB15, -EINVAL},
+	.vbus_pin_active_low	= {0, 0},
+
+};
+
+static void animeo_ip_add_device_usb(void)
+{
+	at91_add_device_usbh_ohci(&animeo_ip_usbh_data);
+}
+
 struct gpio_bicolor_led leds[] = {
 	{
 		.gpio_c0 = AT91_PIN_PC17,
@@ -216,6 +231,7 @@ static int animeo_ip_devices_init(void)
 	animeo_ip_power_control();
 	animeo_ip_add_device_nand();
 	at91_add_device_eth(0, &macb_pdata);
+	animeo_ip_add_device_usb();
 	animeo_ip_add_device_mci();
 	animeo_ip_add_device_buttons();
 	animeo_ip_add_device_led();
diff --git a/arch/arm/configs/animeo_ip_defconfig b/arch/arm/configs/animeo_ip_defconfig
index 23e7278..7f6961f 100644
--- a/arch/arm/configs/animeo_ip_defconfig
+++ b/arch/arm/configs/animeo_ip_defconfig
@@ -56,6 +56,8 @@ CONFIG_NET_NFS=y
 CONFIG_NET_PING=y
 CONFIG_MICREL_PHY=y
 CONFIG_DRIVER_NET_MACB=y
+CONFIG_NET_USB=y
+CONFIG_NET_USB_ASIX=y
 # CONFIG_SPI is not set
 CONFIG_MTD=y
 # CONFIG_MTD_OOB_DEVICE is not set
@@ -65,6 +67,9 @@ CONFIG_NAND=y
 # CONFIG_NAND_ECC_HW_NONE is not set
 CONFIG_NAND_ATMEL=y
 CONFIG_UBI=y
+CONFIG_USB=y
+CONFIG_USB_OHCI=y
+CONFIG_USB_OHCI_AT91=y
 CONFIG_MCI=y
 CONFIG_MCI_STARTUP=y
 CONFIG_MCI_ATMEL=y
-- 
1.8.4.rc1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2013-09-19 12:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-19 12:48 Jean-Christophe PLAGNIOL-VILLARD [this message]
2013-09-20  6:35 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1379594927-3859-1-git-send-email-plagnioj@jcrosoft.com \
    --to=plagnioj@jcrosoft.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox