Re: [PATCH 4/7] power: supply: all: switch psy_cfg from of_node to fwnode
From: Chen-Yu Tsai
Date: Mon Feb 24 2025 - 21:41:19 EST
On Tue, Feb 25, 2025 at 7:22 AM Sebastian Reichel
<sebastian.reichel@xxxxxxxxxxxxx> wrote:
>
> When registering a power-supply device, either a of_node or the more
> recent fwnode can be supplied. Since fwnode can also contain an of_node,
> let's try to get rid of it.
>
> Signed-off-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx>
> ---
> drivers/power/supply/axp20x_ac_power.c | 2 +-
> drivers/power/supply/axp20x_battery.c | 2 +-
> drivers/power/supply/axp20x_usb_power.c | 2 +-
For AXP stuff,
Acked-by: Chen-Yu Tsai <wens@xxxxxxxx>