|
@@ -458,7 +458,7 @@ static int hns_mdio_probe(struct platform_device *pdev)
|
|
|
}
|
|
|
|
|
|
mdio_dev->subctrl_vbase =
|
|
|
- syscon_node_to_regmap(of_parse_phandle(np, "subctrl_vbase", 0));
|
|
|
+ syscon_node_to_regmap(of_parse_phandle(np, "subctrl-vbase", 0));
|
|
|
if (IS_ERR(mdio_dev->subctrl_vbase)) {
|
|
|
dev_warn(&pdev->dev, "no syscon hisilicon,peri-c-subctrl\n");
|
|
|
mdio_dev->subctrl_vbase = NULL;
|