mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user