Commit 0bbdb13a authored by Sebastian Reichel's avatar Sebastian Reichel
Browse files

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: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parents da32b6d7 ceed1363
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);