regulator: Introduce property to flag set-load support
Introduce "regulator-allow-set-load" property to make it possible to flag in the board configuration that a regulator is allowed to have the load requirements changed. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Mark Brown <broonie@kernel.org>
此提交包含在:
@@ -76,6 +76,9 @@ static void of_get_regulation_constraints(struct device_node *np,
|
||||
if (of_property_read_bool(np, "regulator-allow-bypass"))
|
||||
constraints->valid_ops_mask |= REGULATOR_CHANGE_BYPASS;
|
||||
|
||||
if (of_property_read_bool(np, "regulator-allow-set-load"))
|
||||
constraints->valid_ops_mask |= REGULATOR_CHANGE_DRMS;
|
||||
|
||||
ret = of_property_read_u32(np, "regulator-ramp-delay", &pval);
|
||||
if (!ret) {
|
||||
if (pval)
|
||||
|
新增問題並參考
封鎖使用者