Patch "ARM: dts: Fix am33xx.dtsi USB ranges length" has been added to the 5.7-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ARM: dts: Fix am33xx.dtsi USB ranges length

to the 5.7-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-fix-am33xx.dtsi-usb-ranges-length.patch
and it can be found in the queue-5.7 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 1a7ea89a6fa58490e520012c1e14a7197db625ce
Author: Oskar Holmlund <oskar@xxxxxxxxx>
Date:   Fri Jun 5 19:49:23 2020 +0200

    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@xxxxxxxxx>
    [tony@xxxxxxxxxxx: updated comments]
    Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index a35f5052d76f6..be76ded7e4c0c 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -347,7 +347,7 @@ usb: target-module@47400000 {
 			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";



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux