diff options
| author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2025-06-22 01:46:32 +0200 |
|---|---|---|
| committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2025-06-22 01:46:32 +0200 |
| commit | 0bbdb13a171449d947e7f93b6453ebb7e27767fe (patch) | |
| tree | 4e3b6fed22d7e45b09b92ad916151b9748342711 | |
| parent | da32b6d7bcdd7a7cfd5f77418a1c026bc3374113 (diff) | |
| parent | ceed13630489fb9afbaa1326d2adc793d91fa48b (diff) | |
Merge tag 'ib-regulator-psy-for-v6.17-signed' into psy-next
Merge immutable branch between power-supply and regulator subsystem,
which updates the remaining user of power_supply_config.of_node to
use .fwnode instead, so that the any code related to .of_node can
be removed.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
| -rw-r--r-- | drivers/regulator/act8865-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/act8865-regulator.c b/drivers/regulator/act8865-regulator.c index 0457af23c55a..b2a6ddc6f56d 100644 --- a/drivers/regulator/act8865-regulator.c +++ b/drivers/regulator/act8865-regulator.c @@ -643,7 +643,7 @@ static int act8600_charger_probe(struct device *dev, struct regmap *regmap) struct power_supply *charger; struct power_supply_config cfg = { .drv_data = regmap, - .of_node = dev->of_node, + .fwnode = dev_fwnode(dev), }; charger = devm_power_supply_register(dev, &act8600_charger_desc, &cfg); |
