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

phy: omap-usb2: Add clock names to Documentation binding

Add "wkupclk" and "refclk" information to DT binding information.

Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Roger Quadros and committed by
Kishon Vijay Abraham I
54f4d144 9f1d8ed2

+7
+7
Documentation/devicetree/bindings/phy/ti-phy.txt
··· 32 32 - reg : Address and length of the register set for the device. 33 33 - #phy-cells: determine the number of cells that should be given in the 34 34 phandle while referencing this phy. 35 + - clocks: a list of phandles and clock-specifier pairs, one for each entry in 36 + clock-names. 37 + - clock-names: should include: 38 + * "wkupclk" - wakeup clock. 39 + * "refclk" - reference clock (optional). 35 40 36 41 Optional properties: 37 42 - ctrl-module : phandle of the control module used by PHY driver to power on ··· 49 44 reg = <0x4a0ad080 0x58>; 50 45 ctrl-module = <&omap_control_usb>; 51 46 #phy-cells = <0>; 47 + clocks = <&usb_phy_cm_clk32k>, <&usb_otg_ss_refclk960m>; 48 + clock-names = "wkupclk", "refclk"; 52 49 }; 53 50 54 51 TI PIPE3 PHY