mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
dt-bindings: net: pse-pd: microchip,pd692x0: Add manager regulator supply
Adds the regulator supply parameter of the managers. Update also the example as the regulator supply of the PSE PIs should be the managers itself and not an external regulator. Signed-off-by: Kory Maincent (Dent Project) <kory.maincent@bootlin.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20250617-feature_poe_port_prio-v14-11-78a1a645e2ee@bootlin.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
24a4e3a05d
commit
2903001ee3
1 changed files with 19 additions and 3 deletions
|
@ -22,6 +22,12 @@ properties:
|
|||
reg:
|
||||
maxItems: 1
|
||||
|
||||
vdd-supply:
|
||||
description: Regulator that provides 3.3V VDD power supply.
|
||||
|
||||
vdda-supply:
|
||||
description: Regulator that provides 3.3V VDDA power supply.
|
||||
|
||||
managers:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
|
@ -68,6 +74,15 @@ properties:
|
|||
"#size-cells":
|
||||
const: 0
|
||||
|
||||
vmain-supply:
|
||||
description: Regulator that provides 44-57V VMAIN power supply.
|
||||
|
||||
vaux5-supply:
|
||||
description: Regulator that provides 5V VAUX5 power supply.
|
||||
|
||||
vaux3p3-supply:
|
||||
description: Regulator that provides 3.3V VAUX3P3 power supply.
|
||||
|
||||
patternProperties:
|
||||
'^port@[0-7]$':
|
||||
type: object
|
||||
|
@ -106,10 +121,11 @@ examples:
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
manager@0 {
|
||||
manager0: manager@0 {
|
||||
reg = <0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
vmain-supply = <&pse1_supply>;
|
||||
|
||||
phys0: port@0 {
|
||||
reg = <0>;
|
||||
|
@ -161,7 +177,7 @@ examples:
|
|||
pairset-names = "alternative-a", "alternative-b";
|
||||
pairsets = <&phys0>, <&phys1>;
|
||||
polarity-supported = "MDI", "S";
|
||||
vpwr-supply = <&vpwr1>;
|
||||
vpwr-supply = <&manager0>;
|
||||
};
|
||||
pse_pi1: pse-pi@1 {
|
||||
reg = <1>;
|
||||
|
@ -169,7 +185,7 @@ examples:
|
|||
pairset-names = "alternative-a";
|
||||
pairsets = <&phys2>;
|
||||
polarity-supported = "MDI";
|
||||
vpwr-supply = <&vpwr2>;
|
||||
vpwr-supply = <&manager0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue