arm64: dts: rockchip: Add HCLK_USB_PERI for rk3368 otg

If this clock does not enable, the otg controller is
working abnormally.

Change-Id: Ic08043e19d3ef1ed8cfb35267828ff317fb438f6
Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
David Wu
2019-12-03 11:32:46 +08:00
committed by Tao Huang
parent 96f6cb1cfa
commit 24992130f2

View File

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