ARM: dts: Fix am33xx.dtsi USB ranges length
authorOskar Holmlund <oskar@ohdata.se>
Fri, 5 Jun 2020 17:49:23 +0000 (19:49 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 8 Jun 2020 16:49:48 +0000 (09:49 -0700)
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: 0782e8572ce4 ("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>
arch/arm/boot/dts/am33xx.dtsi

index a35f505..be76ded 100644 (file)
                        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";