Skip to content
Snippets Groups Projects
Commit 4bc6eb79 authored by Vivek Mahajan's avatar Vivek Mahajan Committed by Wolfgang Denk
Browse files

mpc85xx: 8536ds: Add USB related CONFIGs


This patch adds CONFIGs for enabling USB in mpc8536ds and also
adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
Copyright.

Signed-off-by: default avatarVivek Mahajan <vivek.mahajan@freescale.com>
Signed-off-by: default avatarRemy Bohmer <linux@bohmer.net>
parent 6823e9b0
No related branches found
No related tags found
No related merge requests found
/* /*
* Copyright 2008 Freescale Semiconductor, Inc. * Copyright 2008-2009 Freescale Semiconductor, Inc.
* *
* See file CREDITS for list of people who contributed to this * See file CREDITS for list of people who contributed to this
* project. * project.
...@@ -462,6 +462,15 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); ...@@ -462,6 +462,15 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
#define CONFIG_CMD_EXT2 #define CONFIG_CMD_EXT2
#endif #endif
/*
* USB
*/
#define CONFIG_CMD_USB
#define CONFIG_USB_STORAGE
#define CONFIG_USB_EHCI
#define CONFIG_USB_EHCI_FSL
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
#if defined(CONFIG_TSEC_ENET) #if defined(CONFIG_TSEC_ENET)
#ifndef CONFIG_NET_MULTI #ifndef CONFIG_NET_MULTI
...@@ -627,7 +636,8 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); ...@@ -627,7 +636,8 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
"ramdiskfile=8536ds/ramdisk.uboot\0" \ "ramdiskfile=8536ds/ramdisk.uboot\0" \
"fdtaddr=c00000\0" \ "fdtaddr=c00000\0" \
"fdtfile=8536ds/mpc8536ds.dtb\0" \ "fdtfile=8536ds/mpc8536ds.dtb\0" \
"bdev=sda3\0" "bdev=sda3\0" \
"usb_phy_type=ulpi\0"
#define CONFIG_HDBOOT \ #define CONFIG_HDBOOT \
"setenv bootargs root=/dev/$bdev rw " \ "setenv bootargs root=/dev/$bdev rw " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment