mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 13:16:22 +00:00
net: pse-pd: pse_core: Fix pse regulator type
Clarify PSE regulator as voltage regulator, not current.
The PSE (Power Sourcing Equipment) regulator is defined as a voltage
regulator, maintaining fixed voltage while accommodating varying current.
Fixes: d83e13761d
("net: pse-pd: Use regulator framework within PSE framework")
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Link: https://lore.kernel.org/r/20240423-fix_poe-v3-2-e50f32f5fa59@bootlin.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
fb1676ed71
commit
326f442784
@ -294,7 +294,7 @@ devm_pse_pi_regulator_register(struct pse_controller_dev *pcdev,
|
||||
*/
|
||||
rdesc->id = id;
|
||||
rdesc->name = name;
|
||||
rdesc->type = REGULATOR_CURRENT;
|
||||
rdesc->type = REGULATOR_VOLTAGE;
|
||||
rdesc->ops = &pse_pi_ops;
|
||||
rdesc->owner = pcdev->owner;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user