usb: common: usb-conn-gpio: switch psy_cfg from of_node to fwnode
authorSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 24 Feb 2025 23:21:36 +0000 (00:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Mar 2025 08:17:09 +0000 (09:17 +0100)
commitbcb71579db5e9ce0c1332a7574948ddacfaabfa9
treed493febde82f404620249237b06d3eacce71aaf3
parent28a76fcc4c85dd39633fb96edb643c91820133e3
usb: common: usb-conn-gpio: switch psy_cfg from of_node to fwnode

In order to remove .of_node from the power_supply_config struct,
use .fwnode instead.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20250225-psy-core-convert-to-fwnode-v1-3-d5e4369936bb@collabora.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/common/usb-conn-gpio.c