Skip to content

Commit

Permalink
ARM: dts: omap5-uevm: Provide USB Host PHY clock frequency
Browse files Browse the repository at this point in the history
USB Host PHY clock on port 2 must be configured to 19.2MHz.
Provide this information.

Cc: Sricharan R <r.sricharan@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
  • Loading branch information
Roger Quadros authored and Benoit Cousson committed Jun 19, 2013
1 parent 6f56929 commit 153030c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/omap5-uevm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
hsusb2_phy: hsusb2_phy {
compatible = "usb-nop-xceiv";
reset-supply = <&hsusb2_reset>;
/**
* FIXME
* Put the right clock phandle here when available
* clocks = <&auxclk1>;
* clock-names = "main_clk";
*/
clock-frequency = <19200000>;
};

/* HS USB Port 3 RESET */
Expand Down

0 comments on commit 153030c

Please sign in to comment.