Skip to content

Commit

Permalink
ARM: dts: Fix am33xx.dtsi USB ranges length
Browse files Browse the repository at this point in the history
AM335x TRM: Table 2-1 defines USBSS - USB Queue Manager in memory region
0x4740 0000 to 0x4740 7FFF.

Looks like the older TRM revisions list the range from 0x5000 to 0x8000
as reserved.

Fixes: 0782e85 ("ARM: dts: Probe am335x musb with ti-sysc")
Signed-off-by: Oskar Holmlund <oskar@ohdata.se>
[tony@atomide.com: updated comments]
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Oskar Holmlund authored and Tony Lindgren committed Jun 8, 2020
1 parent 3d77e6a commit 3f311e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/am33xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
clock-names = "fck";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x47400000 0x5000>;
ranges = <0x0 0x47400000 0x8000>;

usb0_phy: usb-phy@1300 {
compatible = "ti,am335x-usb-phy";
Expand Down

0 comments on commit 3f311e8

Please sign in to comment.