Thanks, Will fix it and send a new one.+ res->supplies[1].supply = "vdda_phy";2
+ res->supplies[1].supply = "vdda_refclk";
+ ret = devm_regulator_bulk_get(dev, QCOM_PCIE_2_1_0_MAX_SUPPLY,Use ARRAY_SIZE(res->supplies) instead.
+ res->supplies);Other than that, this looks good.
+ if (ret)
+ return ret;