Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57554008 authored by Roger Quadros's avatar Roger Quadros Committed by Felipe Balbi
Browse files

phy: ti-pipe3: Add clocks to PIPE3 PHY Documentation binding



Add wakeup, system and reference clocks to DT binding documentation.

Acked-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent e9995209
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -55,6 +55,12 @@ Required properties:
   filled in "reg".
 - #phy-cells: determine the number of cells that should be given in the
   phandle while referencing this phy.
 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
   clock-names.
 - clock-names: should include:
   * "wkupclk" - wakeup clock.
   * "sysclk" - system clock.
   * "refclk" - reference clock.

Optional properties:
 - ctrl-module : phandle of the control module used by PHY driver to power on
@@ -70,4 +76,10 @@ usb3phy@4a084400 {
	reg-names = "phy_rx", "phy_tx", "pll_ctrl";
	ctrl-module = <&omap_control_usb>;
	#phy-cells = <0>;
	clocks = <&usb_phy_cm_clk32k>,
		 <&sys_clkin>,
		 <&usb_otg_ss_refclk960m>;
	clock-names =	"wkupclk",
			"sysclk",
			"refclk";
};