power: regulator: Drop regulators_enable_boot_on/off()

Both regulators_enable_boot_on/off() are unused and superseded by
regulator uclass regulator_post_probe(). Remove both functions.

Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
Marek Vasut
2024-09-27 01:14:15 +02:00
committed by Tom Rini
parent ba0faba52a
commit 6f52feee28
14 changed files with 0 additions and 73 deletions

View File

@@ -57,10 +57,6 @@ static int veyron_init(void)
if (ret)
return log_msg_ret("s33", ret);
ret = regulators_enable_boot_on(false);
if (ret)
return log_msg_ret("boo", ret);
return 0;
}
#endif