Revert "arm64: dts: rockchip: Add HCLK_USB_PERI for rk3368 otg"

We have removed the driver dwc3-rockchip-inno, and the hclk_usb_peri
is controlled by clock system framework instead of USB driver.

This reverts commit 24992130f2.

Change-Id: I947342389a0f85bb7f322c3481349a3ee2d56298
Signed-off-by: Jianing Ren <jianing.ren@rock-chips.com>
This commit is contained in:
Jianing Ren
2020-03-02 09:53:53 +08:00
committed by Tao Huang
parent 221f01aa26
commit 353b583e0e

View File

@@ -799,8 +799,8 @@
"snps,dwc2";
reg = <0x0 0xff580000 0x0 0x40000>;
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_OTG0>, <&cru HCLK_USB_PERI>;
clock-names = "otg", "hclk_usb_peri";
clocks = <&cru HCLK_OTG0>;
clock-names = "otg";
dr_mode = "otg";
g-np-tx-fifo-size = <16>;
g-rx-fifo-size = <280>;