Skip to content

Commit d0c930b

Browse files
eichenbergergregkh
authored andcommitted
dt-bindings: usb: microchip,usb5744: Add second supply
The USB5744 has two power supplies one for 3V3 and one for 1V2. Add the second supply to the USB5744 DT binding. Signed-off-by: Stefan Eichenberger <[email protected]> Signed-off-by: Francesco Dolcini <[email protected]> Acked-by: Conor Dooley <[email protected]> Cc: stable <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 372ee6a commit d0c930b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/devicetree/bindings/usb/microchip,usb5744.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ properties:
3636

3737
vdd-supply:
3838
description:
39-
VDD power supply to the hub
39+
3V3 power supply to the hub
40+
41+
vdd2-supply:
42+
description:
43+
1V2 power supply to the hub
4044

4145
peer-hub:
4246
$ref: /schemas/types.yaml#/definitions/phandle
@@ -62,6 +66,7 @@ allOf:
6266
properties:
6367
reset-gpios: false
6468
vdd-supply: false
69+
vdd2-supply: false
6570
peer-hub: false
6671
i2c-bus: false
6772
else:

0 commit comments

Comments
 (0)