Commit 2e1b365c authored by Roger Quadros's avatar Roger Quadros Committed by Lee Jones

mfd: omap-usb-tll: Update DT clock binding information

The omap-usb-tll driver needs one clock for each TLL channel.
Add this information to the DT binding document.
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent c233544f
...@@ -7,6 +7,16 @@ Required properties: ...@@ -7,6 +7,16 @@ Required properties:
- interrupts : should contain the TLL module's interrupt - interrupts : should contain the TLL module's interrupt
- ti,hwmod : must contain "usb_tll_hs" - ti,hwmod : must contain "usb_tll_hs"
Optional properties:
- clocks: a list of phandles and clock-specifier pairs, one for each entry in
clock-names.
- clock-names: should include:
* "usb_tll_hs_usb_ch0_clk" - USB TLL channel 0 clock
* "usb_tll_hs_usb_ch1_clk" - USB TLL channel 1 clock
* "usb_tll_hs_usb_ch2_clk" - USB TLL channel 2 clock
Example: Example:
usbhstll: usbhstll@4a062000 { usbhstll: usbhstll@4a062000 {
......
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