dts: st: Add maximum-speed property to usb nodes
Add maximum-speed property to usb nodes and set it to their maximum on-chip PHY capability. SoCs with USB device controllers only support full speed, so we don't add maximum-speed to these nodes. Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
parent
90fcdfabd2
commit
a2e7477c8a
5 changed files with 14 additions and 0 deletions
|
@ -173,6 +173,7 @@
|
|||
interrupt-names = "otghs", "ep1_out", "ep1_in";
|
||||
num-bidir-endpoints = <6>;
|
||||
ram-size = <4096>;
|
||||
maximum-speed = "full-speed";
|
||||
status = "disabled";
|
||||
label= "OTGHS";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue