Commit d928cd2e authored by Afzal Mohammed's avatar Afzal Mohammed Committed by Felipe Balbi

usb: musb: dsps: document dt bindings properly

DT bindings normally use '-' (hyphens) instead of '_' (underscore),
driver has it the proper way, but binding documentation does not
reflect it, fix it.
Signed-off-by: default avatarAfzal Mohammed <afzal@ti.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent d7554226
...@@ -3,12 +3,12 @@ AM33XX MUSB GLUE ...@@ -3,12 +3,12 @@ AM33XX MUSB GLUE
- ti,hwmods : must be "usb_otg_hs" - ti,hwmods : must be "usb_otg_hs"
- multipoint : Should be "1" indicating the musb controller supports - multipoint : Should be "1" indicating the musb controller supports
multipoint. This is a MUSB configuration-specific setting. multipoint. This is a MUSB configuration-specific setting.
- num_eps : Specifies the number of endpoints. This is also a - num-eps : Specifies the number of endpoints. This is also a
MUSB configuration-specific setting. Should be set to "16" MUSB configuration-specific setting. Should be set to "16"
- ram_bits : Specifies the ram address size. Should be set to "12" - ram-bits : Specifies the ram address size. Should be set to "12"
- port0_mode : Should be "3" to represent OTG. "1" signifies HOST and "2" - port0-mode : Should be "3" to represent OTG. "1" signifies HOST and "2"
represents PERIPHERAL. represents PERIPHERAL.
- port1_mode : Should be "1" to represent HOST. "3" signifies OTG and "2" - port1-mode : Should be "1" to represent HOST. "3" signifies OTG and "2"
represents PERIPHERAL. represents PERIPHERAL.
- power : Should be "250". This signifies the controller can supply upto - power : Should be "250". This signifies the controller can supply upto
500mA when operating in host mode. 500mA when operating in host mode.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment