Re: [U-Boot] [PATCH] mpc83xx: restrict UTMI PHY configuration to 831x parts

2011-04-04 Thread Kim Phillips
On Mon, 4 Apr 2011 12:52:25 +0200 Andre Schwarz wrote: > > i.e, to those parts that have PHY_CLK_VALID bits in their USB > > CONTROL registers: > > > > mpc8308 WU_INT, PHY_CLK_SEL, USB_EN, WU_INT_EN, ULPI_INT_EN > > mpc831x PHY_CLK_VALID, WU_INT, CLKIN_SEL, PHY_CLK_SEL, UTMI_PHY_EN, > >

Re: [U-Boot] [PATCH] mpc83xx: restrict UTMI PHY configuration to 831x parts

2011-04-04 Thread Andre Schwarz
Kim, excellent - thanks. > i.e, to those parts that have PHY_CLK_VALID bits in their USB > CONTROL registers: > > mpc8308WU_INT, PHY_CLK_SEL, USB_EN, WU_INT_EN, ULPI_INT_EN > mpc831xPHY_CLK_VALID, WU_INT, CLKIN_SEL, PHY_CLK_SEL, UTMI_PHY_EN, >PLL_RESET, REFSEL, OTG_PORT, K

[U-Boot] [PATCH] mpc83xx: restrict UTMI PHY configuration to 831x parts

2011-04-01 Thread Kim Phillips
i.e, to those parts that have PHY_CLK_VALID bits in their USB CONTROL registers: mpc8308 WU_INT, PHY_CLK_SEL, USB_EN, WU_INT_EN, ULPI_INT_EN mpc831x PHY_CLK_VALID, WU_INT, CLKIN_SEL, PHY_CLK_SEL, UTMI_PHY_EN, PLL_RESET, REFSEL, OTG_PORT, KEEP_OTG_ON, LSF_EN, USB_EN, ULPI_INT_EN