Hello. On 10/23/2015 06:57 PM, Rolf Peukert wrote:
Add some information about the new device name to the DT documentation. Signed-off-by: Rolf Peukert <rolf.peukert@xxxxxxx> --- Documentation/devicetree/bindings/usb/omap-usb.txt | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/Documentation/devicetree/bindings/usb/omap-usb.txt b/Documentation/devicetree/bindings/usb/omap-usb.txt index 38d9bb8..cf98f61 100644 --- a/Documentation/devicetree/bindings/usb/omap-usb.txt +++ b/Documentation/devicetree/bindings/usb/omap-usb.txt @@ -78,3 +78,38 @@ omap_dwc3 { ranges; }; +AM35x MUSB GLUE + - compatible : Should be "ti,am35x-musb"
Wildcards in "compatible" are not allowed; you should select a "least common denominator" model and use it.
+ - ti,hwmods : must be "am35x_otg_hs" + - multipoint : Should be "1" indicating the musb controller supports + multipoint. This is a MUSB configuration-specific setting.
Hm, I would think this should be boolean prop...
+ - num-eps : Specifies the number of endpoints. This is also a + MUSB configuration-specific setting. Should be set to "16" + - ram-bits : Specifies the ram address size. Should be set to "12" + - interface-type : Should be set to "1". (The AM35xx SOCs feature an + integrated phy, connected via UTMI+)
Again, maybe boolean?
+ - mode : Should be "3" to represent OTG. "1" signifies HOST and "2"
There's already standardized "dr_mode" prop for that.
+ represents PERIPHERAL. + - power : Should be "50". This signifies the controller can supply up to + 100mA when operating in host mode.
Why not just exparess it in mA? MBR, Sergei -- 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