From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Pont Date: Tue, 25 Nov 2014 13:47:29 -0000 Subject: [U-Boot] AM335x Ethernet pin mux confusion In-Reply-To: <54742084.5020308@ti.com> References: <00bb01d007f2$ca728fd0$5f57af70$@pont@sdcsystems.com> <54742084.5020308@ti.com> Message-ID: <01aa01d008b6$62032df0$260989d0$@pont@sdcsystems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Mugunthan, > There is no relation between pinmux and phy attached to the slave. > Is your cpsw slave structures are populated with proper phy ids? Thanks for giving me the steer on this. I hadn't updated the slave structure. Having updated the slave structure it is now correctly detecting both PHYs and I can communicate with the network. :-) Now to fix all the issues I am having with the Linux kernel... Regards, Andy.