rk3368: rename pmu_grf or pmu to pmugrf
[firefly-linux-kernel-4.4.55.git] / drivers / power / avs / rockchip-io-domain.c
index d0964572268bddfaf7926e6ffa4271b557dbb4b9..e4b6d8da727d87cad7b7d0de8631448385935033 100755 (executable)
@@ -416,7 +416,7 @@ static int rockchip_iodomain_probe(struct platform_device *pdev)
        }
 
        /* try to find the optional reference to the pmu syscon */
-       node = of_parse_phandle(np, "rockchip,pmu", 0);
+       node = of_parse_phandle(np, "rockchip,pmugrf", 0);
        if (node) {
                iod->pmu = syscon_node_to_regmap(node);
                if (IS_ERR(iod->pmu))