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