mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 21:57:31 +02:00
switch to the production phy ids on the Cambria
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11979 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
08740c51cf
commit
061f665c71
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user