On 05/10/2013 07:54 AM, Venu Byravarasu wrote: > The existing Tegra USB bindings have a few issues: > > 1) Many properties are documented as being part of the EHCI controller > node, yet they apply more to the PHY device. They should be moved. > > 2) Some registers in PHY1 are shared with PHY3, and hence PHY3 needs a > reg entry to point at PHY1's register space. We can't assume the PHY1 > driver is present, so the PHY3 driver will directly access those > registers. > > 3) The list of clocks required by the PHY was missing some required > entries. > > 4) UTMI PHY Timing parameters are added > > 5) VBUS control is now specified using a regulator rather than a plain GPIO > > 6) Added nvidia,is-wired property to indicate whether the device is > hard wired on the board, or pluggable. > > This patch fixes the binding definition to resolve these issues. > diff --git a/Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt b/Documentation/devicetree/bindings/usb/nvidia,tegra20-usb-phy.txt > + the USB controller. > + - nvidia,is-wired : boolean. Indicates whether we can do certain kind of power > + optimizations for the devices that are always connected. e.g. modem. > + - dr_mode : dual role mode. Indicates the working mode for the PHY. Can be > + "host", "peripheral", or "otg". Defaults to "host" if not defined. > + host means this is a host controller > + peripheral means it is device controller > + otg means it can operate as either ("on the go") Nit: Please leave a blank line here, to separate the sections/lists. > +Required properties for dr_mode == otg: > + - vbus-supply: regulator for VBUS > \ No newline at end of file Nit: Since you're reposting this series for other reasons, I'd like to fix that "No newline at end of file"; please add a newline here. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html