diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-28 21:52:39 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-28 21:52:39 +0000 |
commit | 061f665c71938e9968cd7b83e53add7c0b91e2df (patch) | |
tree | 1ec7108d5012cc56624568e44d3af52c82aeb371 | |
parent | 08740c51cf11ac690c9a75dd208201ca4a15f179 (diff) |
switch to the production phy ids on the Cambria
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11979 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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); |