summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorOskar Holmlund <oskar@ohdata.se>2020-06-05 19:49:23 +0200
committerSasha Levin <sashal@kernel.org>2020-06-30 15:36:00 -0400
commit2e32940c93b5e0512da8ad0d93ba5c90b002be35 (patch)
treedc3c950a670c16b99565ce32fc1da50d81752dc6 /arch
parentf1f811496c48900a0880c7cd49fedb04b844160d (diff)
ARM: dts: Fix am33xx.dtsi USB ranges length
[ Upstream commit 3f311e8993ed18fb7325373ec0f82a7f8e8be82e ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index a35f5052d76f..be76ded7e4c0 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -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";