arm64: dts: rockchip: remove HCLK_HOST_ARB from usb host for px30

The HCLK_HOST_ARB is enabled with CLK_IGNORE_UNUSED flag,
so we don't need to control this clk in usb host EHCI and
OHCI controller driver.

Change-Id: I25201170977b30f904611bbcfdcb1eb6230195fe
Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
William Wu
2018-02-08 19:43:30 +08:00
committed by Tao Huang
parent cdfac2ac67
commit 51246818af

View File

@@ -859,8 +859,7 @@
compatible = "generic-ehci";
reg = <0x0 0xff340000 0x0 0x10000>;
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_HOST>, <&cru HCLK_HOST_ARB>,
<&u2phy>;
clocks = <&cru HCLK_HOST>, <&u2phy>;
clock-names = "usbhost", "arbiter", "utmi";
power-domains = <&power PX30_PD_USB>;
phys = <&u2phy_host>;
@@ -872,8 +871,7 @@
compatible = "generic-ohci";
reg = <0x0 0xff350000 0x0 0x10000>;
interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_HOST>, <&cru HCLK_HOST_ARB>,
<&u2phy>;
clocks = <&cru HCLK_HOST>, <&u2phy>;
clock-names = "usbhost", "arbiter", "utmi";
power-domains = <&power PX30_PD_USB>;
phys = <&u2phy_host>;