-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: tegra: add DT nodes for Tegra USB PHY
Add DT nodes for Tegra USB PHY along with related documentation. Also added a phandle property to controller DT node, for referring to connected PHY instance. Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
- Loading branch information
Venu Byravarasu
authored and
Stephen Warren
committed
Jan 28, 2013
1 parent
5e18150
commit e374b65
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Tegra SOC USB PHY | ||
|
||
The device node for Tegra SOC USB PHY: | ||
|
||
Required properties : | ||
- compatible : Should be "nvidia,tegra20-usb-phy". | ||
- reg : Address and length of the register set for the USB PHY interface. | ||
- phy_type : Should be one of "ulpi" or "utmi". | ||
|
||
Optional properties: | ||
- nvidia,has-legacy-mode : boolean indicates whether this controller can | ||
operate in legacy mode (as APX 2500 / 2600). In legacy mode some | ||
registers are accessed through the APB_MISC base address instead of | ||
the USB controller. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters