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