.. | .. |
---|
605 | 605 | } |
---|
606 | 606 | if (opp_info->data && opp_info->data->get_soc_info) |
---|
607 | 607 | opp_info->data->get_soc_info(dev, np, &bin, &process); |
---|
| 608 | + rockchip_get_soc_info(dev, np, &bin, &process); |
---|
608 | 609 | rockchip_get_scale_volt_sel(dev, "cpu_leakage", reg_name, bin, process, |
---|
609 | 610 | &cluster->scale, &volt_sel); |
---|
610 | 611 | if (opp_info->data && opp_info->data->set_soc_info) |
---|
611 | 612 | opp_info->data->set_soc_info(dev, np, bin, process, volt_sel); |
---|
612 | 613 | pname_table = rockchip_set_opp_prop_name(dev, process, volt_sel); |
---|
| 614 | + rockchip_set_opp_supported_hw(dev, np, bin, volt_sel); |
---|
613 | 615 | |
---|
614 | 616 | if (of_find_property(dev->of_node, "cpu-supply", NULL) && |
---|
615 | 617 | of_find_property(dev->of_node, "mem-supply", NULL)) { |
---|