commit | f033f699a2e932bd2ef3339d826728a4b2218fc9 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Mon Mar 04 19:25:43 2024 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Apr 19 10:28:00 2024 +0200 |
tree | 5230c909685380ff656bb148b450284fd8110ba8 | |
parent | c0269d637b618e4c41cd59ccb4f361901450522a [diff] |
arm: stm32: Enable OHCI HCD support on STM32MP15xx DHSOM The OHCI HCD is mandatory for USB 1.1 FS/LS device support, enable it. This used to be enabled implicitly before, now that implicit dependency disappeared and this got disabled. Enable it manually. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>