ARM: dts: rockchip: rk3288: Add utmi clock for ehci and ohci

This change adds USB-PHY output clock reference for EHCI and OHCI.

Change-Id: I39e91fed99756a86c83fe9332587c6630a5e5853
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Frank Wang
2017-12-26 09:02:22 +08:00
committed by Tao Huang
parent 043ddfca3f
commit bcb9689220

View File

@@ -716,7 +716,8 @@
compatible = "generic-ehci";
reg = <0x0 0xff500000 0x0 0x20000>;
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_USBHOST0>;
clocks = <&cru HCLK_USBHOST0>, <&usbphy1>;
clock-names = "usbhost", "utmi";
phys = <&usbphy1>;
phy-names = "usb";
status = "disabled";
@@ -727,7 +728,8 @@
compatible = "generic-ohci";
reg = <0x0 0xff520000 0x0 0x100>;
interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_USBHOST0>;
clocks = <&cru HCLK_USBHOST0>, <&usbphy1>;
clock-names = "usbhost", "utmi";
phys = <&usbphy1>;
phy-names = "usb";
status = "disabled";