Loading Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml +0 −11 Original line number Diff line number Diff line Loading @@ -47,12 +47,6 @@ properties: description: Properties for single LDO regulator. properties: regulator-name: pattern: "^LDO[1-5]$" description: should be "LDO1", ..., "LDO5" unevaluatedProperties: false "^BUCK[1-6]$": Loading @@ -62,11 +56,6 @@ properties: Properties for single BUCK regulator. properties: regulator-name: pattern: "^BUCK[1-6]$" description: should be "BUCK1", ..., "BUCK6" nxp,dvs-run-voltage: $ref: "/schemas/types.yaml#/definitions/uint32" minimum: 600000 Loading drivers/regulator/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -4784,10 +4784,10 @@ int regulator_bulk_get(struct device *dev, int num_consumers, consumers[i].consumer = regulator_get(dev, consumers[i].supply); if (IS_ERR(consumers[i].consumer)) { consumers[i].consumer = NULL; ret = dev_err_probe(dev, PTR_ERR(consumers[i].consumer), "Failed to get supply '%s'", consumers[i].supply); consumers[i].consumer = NULL; goto err; } Loading Loading
Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml +0 −11 Original line number Diff line number Diff line Loading @@ -47,12 +47,6 @@ properties: description: Properties for single LDO regulator. properties: regulator-name: pattern: "^LDO[1-5]$" description: should be "LDO1", ..., "LDO5" unevaluatedProperties: false "^BUCK[1-6]$": Loading @@ -62,11 +56,6 @@ properties: Properties for single BUCK regulator. properties: regulator-name: pattern: "^BUCK[1-6]$" description: should be "BUCK1", ..., "BUCK6" nxp,dvs-run-voltage: $ref: "/schemas/types.yaml#/definitions/uint32" minimum: 600000 Loading
drivers/regulator/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -4784,10 +4784,10 @@ int regulator_bulk_get(struct device *dev, int num_consumers, consumers[i].consumer = regulator_get(dev, consumers[i].supply); if (IS_ERR(consumers[i].consumer)) { consumers[i].consumer = NULL; ret = dev_err_probe(dev, PTR_ERR(consumers[i].consumer), "Failed to get supply '%s'", consumers[i].supply); consumers[i].consumer = NULL; goto err; } Loading