]> git.ipfire.org Git - thirdparty/linux.git/commit
net: pse-pd: Fix missing PI of_node description
authorKory Maincent <kory.maincent@bootlin.com>
Fri, 10 Jan 2025 09:40:30 +0000 (10:40 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 14 Jan 2025 12:56:33 +0000 (13:56 +0100)
commit10276f3e1c7e7f5de9f0bba58f8a849cb195253d
tree7b72d0509327ccec0dd08d0a0f4993ff960720ac
parent7f076ce3f17334964590c2cce49a02c0851c099a
net: pse-pd: Fix missing PI of_node description

The PI of_node was not assigned in the regulator_config structure, leading
to failures in resolving the correct supply when different power supplies
are assigned to multiple PIs of a PSE controller. This fix ensures that the
of_node is properly set in the regulator_config, allowing accurate supply
resolution for each PI.

Acked-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/pse-pd/pse_core.c