Skip to content

Commit f26fa3c

Browse files
authored
Merge pull request #254 from swatagar/RB8
RB8 USB Changes
2 parents dd273cc + 78847d1 commit f26fa3c

7 files changed

Lines changed: 595 additions & 4 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

Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ properties:
2525
interrupts:
2626
maxItems: 1
2727

28+
id-gpios:
29+
description:
30+
An input gpio for USB ID pin. Upon detecting a UFP device, HD3SS3220
31+
will keep ID pin high if VBUS is not at VSafe0V. Once VBUS is at VSafe0V,
32+
the HD3SS3220 will assert ID pin low. This is done to enforce Type-C
33+
requirement that VBUS must be at VSafe0V before re-enabling VBUS.
34+
maxItems: 1
35+
2836
ports:
2937
$ref: /schemas/graph.yaml#/properties/ports
3038
description: OF graph bindings (specified in bindings/graph.txt) that model

0 commit comments

Comments
 (0)