Skip to content
Snippets Groups Projects
Commit 4405faae authored by Gabor Juhos's avatar Gabor Juhos
Browse files

gemini: fix bus ids for PHY devices (closes: #12082)


Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>

SVN-Revision: 33288
parent f2030c31
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
+};
+
+static struct gemini_gmac_platform_data gmac_data = {
+ .bus_id[0] = "0:01",
+ .bus_id[0] = "gpio-0:01",
+ .interface[0] = PHY_INTERFACE_MODE_MII,
+};
+
......
......@@ -23,9 +23,9 @@
+};
+
+static struct gemini_gmac_platform_data gmac_data = {
+ .bus_id[0] = "0:01",
+ .bus_id[0] = "gpio-0:01",
+ .interface[0] = PHY_INTERFACE_MODE_MII,
+ .bus_id[1] = "0:03",
+ .bus_id[1] = "gpio-0:03",
+ .interface[1] = PHY_INTERFACE_MODE_MII,
+};
+
......
......@@ -29,7 +29,7 @@
+};
+
+static struct gemini_gmac_platform_data gmac_data = {
+ .bus_id[0] = "0:01",
+ .bus_id[0] = "gpio-0:01",
+ .interface[0] = PHY_INTERFACE_MODE_MII,
+};
+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment