Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Tony Lindgren <tony@atomide.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Roger Quadros and committed by
Lee Jones
2e1b365c c233544f

+10
+10
Documentation/devicetree/bindings/mfd/omap-usb-tll.txt
··· 7 7 - interrupts : should contain the TLL module's interrupt 8 8 - ti,hwmod : must contain "usb_tll_hs" 9 9 10 + Optional properties: 11 + 12 + - clocks: a list of phandles and clock-specifier pairs, one for each entry in 13 + clock-names. 14 + 15 + - clock-names: should include: 16 + * "usb_tll_hs_usb_ch0_clk" - USB TLL channel 0 clock 17 + * "usb_tll_hs_usb_ch1_clk" - USB TLL channel 1 clock 18 + * "usb_tll_hs_usb_ch2_clk" - USB TLL channel 2 clock 19 + 10 20 Example: 11 21 12 22 usbhstll: usbhstll@4a062000 {