mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
ARM: dts: omap5-uevm: Provide USB Host PHY clock frequency
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>
This commit is contained in:
parent
6f56929375
commit
153030c22d
@ -42,6 +42,13 @@
|
|||||||
hsusb2_phy: hsusb2_phy {
|
hsusb2_phy: hsusb2_phy {
|
||||||
compatible = "usb-nop-xceiv";
|
compatible = "usb-nop-xceiv";
|
||||||
reset-supply = <&hsusb2_reset>;
|
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 */
|
/* HS USB Port 3 RESET */
|
||||||
|
Loading…
Reference in New Issue
Block a user