Skip to content
Open

Rb8 #254

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Documentation/devicetree/bindings/usb/genesys,gl850g.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ properties:
- usb5e3,608
- usb5e3,610
- usb5e3,620
- usb5e3,625
- usb5e3,626

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

vdd12-supply:
description:
The regulator that provides 1.2V power to the hub.

peer-hub: true

ports:
Expand Down Expand Up @@ -56,6 +61,7 @@ allOf:
properties:
peer-hub: false
vdd-supply: false
vdd12-supply: false

- if:
properties:
Expand All @@ -68,6 +74,19 @@ allOf:
properties:
peer-hub: true
vdd-supply: true
vdd12-supply: false

- if:
properties:
compatible:
contains:
enum:
- usb5e3,625
then:
properties:
peer-hub: true
vdd-supply: true
vdd12-supply: true

unevaluatedProperties: false

Expand Down
8 changes: 8 additions & 0 deletions Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ properties:
interrupts:
maxItems: 1

id-gpios:
description:
An input gpio for USB ID pin. Upon detecting a UFP device, HD3SS3220
will keep ID pin high if VBUS is not at VSafe0V. Once VBUS is at VSafe0V,
the HD3SS3220 will assert ID pin low. This is done to enforce Type-C
requirement that VBUS must be at VSafe0V before re-enabling VBUS.
maxItems: 1

ports:
$ref: /schemas/graph.yaml#/properties/ports
description: OF graph bindings (specified in bindings/graph.txt) that model
Expand Down
Loading