Skip to content

Commit 3f311e8

Browse files
ikarsotmlind
authored andcommitted
ARM: dts: Fix am33xx.dtsi USB ranges length
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 <[email protected]> [[email protected]: updated comments] Signed-off-by: Tony Lindgren <[email protected]>
1 parent 3d77e6a commit 3f311e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/am33xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
clock-names = "fck";
348348
#address-cells = <1>;
349349
#size-cells = <1>;
350-
ranges = <0x0 0x47400000 0x5000>;
350+
ranges = <0x0 0x47400000 0x8000>;
351351

352352
usb0_phy: usb-phy@1300 {
353353
compatible = "ti,am335x-usb-phy";

0 commit comments

Comments
 (0)