Skip to content

Commit

Permalink
ARM: dts: keystone: fix io range for usb_phy0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Grygorii Strashko authored and Santosh Shilimkar committed Oct 1, 2014
1 parent b2ed7d9 commit cfb198c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/keystone.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
compatible = "ti,keystone-usbphy";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x2620738 32>;
reg = <0x2620738 24>;
status = "disabled";
};

Expand Down

0 comments on commit cfb198c

Please sign in to comment.