diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-07-28 21:52:39 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-07-28 21:52:39 +0000 |
commit | add8ac1a6cb5f3ca423966ece0e9bb8c647c0d5b (patch) | |
tree | 73550c4a7a086465f1db7113282595bdabf6ff42 /target | |
parent | 1de0fb9f02c970142418373ec1eb8060fc752c43 (diff) | |
download | upstream-add8ac1a6cb5f3ca423966ece0e9bb8c647c0d5b.tar.gz upstream-add8ac1a6cb5f3ca423966ece0e9bb8c647c0d5b.tar.bz2 upstream-add8ac1a6cb5f3ca423966ece0e9bb8c647c0d5b.zip |
switch to the production phy ids on the Cambria
SVN-Revision: 11979
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.26/191-cambria_optional_uart.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.26/191-cambria_optional_uart.patch b/target/linux/ixp4xx/patches-2.6.26/191-cambria_optional_uart.patch index 5747aa7de5..c556b040f8 100644 --- a/target/linux/ixp4xx/patches-2.6.26/191-cambria_optional_uart.patch +++ b/target/linux/ixp4xx/patches-2.6.26/191-cambria_optional_uart.patch @@ -72,7 +72,7 @@ platform_device_register(&cambria_npec_device); platform_device_register(&cambria_npea_device); -@@ -298,6 +349,22 @@ +@@ -298,6 +349,20 @@ static void __init cambria_gw2358_setup(void) { @@ -90,8 +90,6 @@ + + platform_device_register(&cambria_optional_uart); + -+ cambria_npec_data.phy = 2; -+ cambria_npea_data.phy = 1; platform_device_register(&cambria_npec_device); platform_device_register(&cambria_npea_device); |