ARM: dts: keystone: fix io range for usb_phy0
authorGrygorii Strashko <grygorii.strashko@ti.com>
Wed, 1 Oct 2014 13:58:25 +0000 (09:58 -0400)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Wed, 1 Oct 2014 13:58:25 +0000 (09:58 -0400)
The IO range size is set incorrectly for USB PHY0 deivice
it should be 24 instead of 32. Otherwise, It causes
USB PHY1 probing failure.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/boot/dts/keystone.dtsi

index 1820d9e..5d3e83f 100644 (file)
                        compatible = "ti,keystone-usbphy";
                        #address-cells = <1>;
                        #size-cells = <1>;
-                       reg = <0x2620738 32>;
+                       reg = <0x2620738 24>;
                        status = "disabled";
                };