mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM: dts: rockchip: fix reg size for rk3288 ehci
According to rk3288 TRM, the size of usb ehci is 128K, so let's fix it in dts. Change-Id: I1adf02080033906a88b34cae877bb84ad0f63059 Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
@@ -603,7 +603,7 @@
|
||||
|
||||
usb_host0_ehci: usb@ff500000 {
|
||||
compatible = "generic-ehci";
|
||||
reg = <0x0 0xff500000 0x0 0x100>;
|
||||
reg = <0x0 0xff500000 0x0 0x20000>;
|
||||
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru HCLK_USBHOST0>;
|
||||
clock-names = "usbhost";
|
||||
|
||||
Reference in New Issue
Block a user