Commit 35fd7af5 authored by Roger Quadros's avatar Roger Quadros Committed by Nishanth Menon

arm64: dts: ti: k3-am62a: Disable USB LPM

As per AM62A TRM [1] USB Link Power Management (LPM)
feature is not supported. Disable it else it may
cause enumeration failure on some devices.

> 4.9.2.1 USB2SS Unsupported Features
> The following features are not supported on this family of devices:
> ...
> - USB 2.0 ECN: Link Power Management (LPM)
> ...

[1] - https://www.ti.com/lit/pdf/spruj16Signed-off-by: default avatarRoger Quadros <rogerq@kernel.org>
Reviewed-by: default avatarRavi Gunasekaran <r-gunasekaran@ti.com>
Link: https://lore.kernel.org/r/20240412-for-v6-10-am62-usb-typec-dt-v7-3-93b827adf97e@kernel.orgSigned-off-by: default avatarNishanth Menon <nm@ti.com>
parent c1453d3c
...@@ -622,6 +622,8 @@ usb0: usb@31000000 { ...@@ -622,6 +622,8 @@ usb0: usb@31000000 {
interrupt-names = "host", "peripheral"; interrupt-names = "host", "peripheral";
maximum-speed = "high-speed"; maximum-speed = "high-speed";
dr_mode = "otg"; dr_mode = "otg";
snps,usb2-gadget-lpm-disable;
snps,usb2-lpm-disable;
}; };
}; };
...@@ -646,6 +648,8 @@ usb1: usb@31100000 { ...@@ -646,6 +648,8 @@ usb1: usb@31100000 {
interrupt-names = "host", "peripheral"; interrupt-names = "host", "peripheral";
maximum-speed = "high-speed"; maximum-speed = "high-speed";
dr_mode = "otg"; dr_mode = "otg";
snps,usb2-gadget-lpm-disable;
snps,usb2-lpm-disable;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment