diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2014-10-01 09:58:25 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2014-10-01 09:58:25 -0400 |
commit | cfb198ceed66cc7b7014f1185ff5d5e625805b7a (patch) | |
tree | 39f860bf7976061ed0cce7ae01f616c529d95bd4 | |
parent | b2ed7d98e1c7098f452cf95ab69211a2f8e02ac8 (diff) |
ARM: dts: keystone: fix io range for usb_phy0
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>
-rw-r--r-- | arch/arm/boot/dts/keystone.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index 1820d9e34a8f..5d3e83fa2242 100644 --- a/arch/arm/boot/dts/keystone.dtsi +++ b/arch/arm/boot/dts/keystone.dtsi | |||
@@ -172,7 +172,7 @@ | |||
172 | compatible = "ti,keystone-usbphy"; | 172 | compatible = "ti,keystone-usbphy"; |
173 | #address-cells = <1>; | 173 | #address-cells = <1>; |
174 | #size-cells = <1>; | 174 | #size-cells = <1>; |
175 | reg = <0x2620738 32>; | 175 | reg = <0x2620738 24>; |
176 | status = "disabled"; | 176 | status = "disabled"; |
177 | }; | 177 | }; |
178 | 178 | ||