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