Skip to content

Commit 233da2c

Browse files
shimodaykishon
authored andcommitted
dt-bindings: phy: rcar-gen3-phy-usb2: Revise #phy-cells property
To have the detailed property on each PHY specifier, this patch revises the #phy-cells property. Signed-off-by: Yoshihiro Shimoda <[email protected]> Signed-off-by: Kishon Vijay Abraham I <[email protected]>
1 parent 5d8042e commit 233da2c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ Required properties:
2929

3030
- reg: offset and length of the partial USB 2.0 Host register block.
3131
- clocks: clock phandle and specifier pair(s).
32-
- #phy-cells: see phy-bindings.txt in the same directory, must be <0>.
32+
- #phy-cells: see phy-bindings.txt in the same directory, must be <1> (and
33+
using <0> is deprecated).
34+
35+
The phandle's argument in the PHY specifier is the INT_STATUS bit of controller:
36+
- 1 = USBH_INTA (OHCI)
37+
- 2 = USBH_INTB (EHCI)
38+
- 3 = UCOM_INT (OTG and BC)
3339

3440
Optional properties:
3541
To use a USB channel where USB 2.0 Host and HSUSB (USB 2.0 Peripheral) are

0 commit comments

Comments
 (0)