dts: st: f2/l4: Add missing maximum-speed property

Add missing maximum-speed property to usb nodes
for F2 and L4 series.

Fixes: #10472

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
Yannis Damigos 2018-10-10 18:08:40 +03:00 committed by Kumar Gala
parent 44f0a79dbb
commit 84737529d3
4 changed files with 4 additions and 0 deletions

View file

@ -201,6 +201,7 @@
interrupt-names = "otgfs";
num-bidir-endpoints = <4>;
ram-size = <1280>;
maximum-speed = "full-speed";
status = "disabled";
label = "OTGFS";
};

View file

@ -109,6 +109,7 @@
interrupt-names = "otgfs";
num-bidir-endpoints = <6>;
ram-size = <1280>;
maximum-speed = "full-speed";
status = "disabled";
label= "OTGFS";
};

View file

@ -116,6 +116,7 @@
interrupt-names = "otgfs";
num-bidir-endpoints = <6>;
ram-size = <1280>;
maximum-speed = "full-speed";
status = "disabled";
label= "OTGFS";
};

View file

@ -43,5 +43,6 @@
#define CONFIG_USB_IRQ_PRI ST_STM32_OTGFS_50000000_IRQ_OTGFS_PRIORITY
#define CONFIG_USB_NUM_BIDIR_ENDPOINTS ST_STM32_OTGFS_50000000_NUM_BIDIR_ENDPOINTS
#define CONFIG_USB_RAM_SIZE ST_STM32_OTGFS_50000000_RAM_SIZE
#define CONFIG_USB_MAXIMUM_SPEED ST_STM32_OTGFS_50000000_MAXIMUM_SPEED
/* End of SoC Level DTS fixup file */