mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
12 lines
428 B
Diff
12 lines
428 B
Diff
--- a/src/init/ssdk_plat.c
|
|
+++ b/src/init/ssdk_plat.c
|
|
@@ -568,7 +568,7 @@ static int miibus_get(a_uint32_t dev_id)
|
|
if (!mdio_node)
|
|
mdio_node = of_find_compatible_node(NULL, NULL, "qcom,qca-mdio");
|
|
} else
|
|
- mdio_node = of_find_compatible_node(NULL, NULL, "virtual,mdio-gpio");
|
|
+ mdio_node = of_find_compatible_node(NULL, NULL, "qcom,ipq8064-mdio");
|
|
|
|
if (!mdio_node) {
|
|
SSDK_ERROR("No MDIO node found in DTS!\n");
|