From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Wed, 07 Nov 2012 19:56:56 +0200 Subject: [U-Boot] SMSC LAN9514 on TI DM37x board In-Reply-To: References: <50936A6F.8010701@embedded-sol.com> <50977002.5080008@embedded-sol.com> <201211052357.40830.marex@denx.de> <5098C940.1010203@embedded-sol.com> Message-ID: <509AA0E8.8020301@embedded-sol.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Ilya, On 11/06/2012 01:01 PM, Ilya Yanok wrote: > > > On Tue, Nov 6, 2012 at 9:24 AM, Felix Radensky > > wrote: > > Hi Marek, > > > On 11/06/2012 12:57 AM, Marek Vasut wrote: > > Can you please avoid top-posting? Does U-Boot even support > your USB device? > > > Sorry about top-posting. My USB device is supported by > smsc95xx.c driver > in drivers/usb/eth. > > > Judging by the portion of config you cited you don't have it > enabled. But I don't think that's your current problem (you should > see your device after usb start even if there is no driver for it). > I'd verify PHY configuration if I were you. > > Regards, Ilya. Thanks for replying. I do have the following definitions as well: #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX I'm going to compare u-boot and kernel PHY initializations. They are not the same, and in linux everything works. Felix.