mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
11 lines
446 B
Diff
11 lines
446 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(reg_mode == HSL_REG_LOCAL_BUS)
|
|
mdio_node = of_find_compatible_node(NULL, NULL, "qcom,ipq40xx-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");
|