ARM: dts: rockchip: fix reg size for rk3288 ehci
authorWilliam Wu <william.wu@rock-chips.com>
Tue, 1 Aug 2017 06:25:12 +0000 (14:25 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 2 Aug 2017 02:19:38 +0000 (10:19 +0800)
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>
arch/arm/boot/dts/rk3288.dtsi

index 536db2d01e834ca5f2251f8b39d07dd995c72ce9..01cbfff619e0a01202912e963df687adbecf0805 100644 (file)
 
        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";