Revert "ARM: dts: rockchip: rk3288: Fix reg size for ehci"

This reverts commit 0fce242c01.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I34edb1a073fb977bcd78300fc14ac5d0040d3de6
This commit is contained in:
Jianqun Xu
2023-02-08 15:56:42 +08:00
committed by Tao Huang
parent c8436595e4
commit bb15bb91c3

View File

@@ -725,7 +725,7 @@
usb_host0_ehci: usb@ff500000 {
compatible = "generic-ehci";
reg = <0x0 0xff500000 0x0 0x20000>;
reg = <0x0 0xff500000 0x0 0x100>;
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru HCLK_USBHOST0>, <&usbphy1>;
clock-names = "usbhost", "utmi";