commit | 02848524abac8eee0a69eb4d4e06289f37d73066 | [log] [tgz] |
---|---|---|
author | Eric Millbrandt <emillbrandt@coldhaus.com> | Thu Aug 13 08:32:37 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Aug 25 12:57:55 2009 +0200 |
tree | d4fae38446c8dfdf5a5d240795571cc72c355f64 | |
parent | bf3532acb2749bae1afe8fb75ca2546a391936f5 [diff] |
Add support for USB on PSC3 for the mpc5200 Support USB on PSC3 on the mpc5200. Before this patch, enabling USB support would reconfigure PSC4 and PSC5 to USB. The mpc5200 does not support USB enabled on both the standard USB port and PSC3. This patch masks the appropriate bits when enabling USB. Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Remy Bohmer <linux@bohmer.net>