Skip to content

Commit ec7012f

Browse files
committed
FROMLIST: dt-bindings: usb: Add binding for Genesys Logic GL3590 hub
Add the binding for the USB3.2 Genesys Logic GL3590 hub. GL3590 hub requires 1.2V and 3.3V supplies for operation. Link: https://lore.kernel.org/r/20260122092852.887624-2-swati.agarwal@oss.qualcomm.com Signed-off-by: Swati Agarwal <swati.agarwal@oss.qualcomm.com>
1 parent 5c03e4e commit ec7012f

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Documentation/devicetree/bindings/usb/genesys,gl850g.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ properties:
1515
- usb5e3,608
1616
- usb5e3,610
1717
- usb5e3,620
18+
- usb5e3,625
1819
- usb5e3,626
1920

2021
reg: true
@@ -26,6 +27,10 @@ properties:
2627
description:
2728
The regulator that provides 3.3V or 5.0V core power to the hub.
2829

30+
vdd12-supply:
31+
description:
32+
The regulator that provides 1.2V power to the hub.
33+
2934
peer-hub: true
3035

3136
ports:
@@ -56,6 +61,7 @@ allOf:
5661
properties:
5762
peer-hub: false
5863
vdd-supply: false
64+
vdd12-supply: false
5965

6066
- if:
6167
properties:
@@ -68,6 +74,19 @@ allOf:
6874
properties:
6975
peer-hub: true
7076
vdd-supply: true
77+
vdd12-supply: false
78+
79+
- if:
80+
properties:
81+
compatible:
82+
contains:
83+
enum:
84+
- usb5e3,625
85+
then:
86+
properties:
87+
peer-hub: true
88+
vdd-supply: true
89+
vdd12-supply: true
7190

7291
unevaluatedProperties: false
7392

0 commit comments

Comments
 (0)