commit | 5739ef2bcb6dc04414d9a06063d4c85e793884ba | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Thu Oct 15 14:49:37 2020 +0200 |
committer | Marek Vasut <marex@denx.de> | Sun Nov 22 13:18:20 2020 +0100 |
tree | acb1fe8b6507d29aa4cc2b24bdfa83bf0ef300e6 | |
parent | 12e396303c487c9f0fdf8d36d31a97cd2dada643 [diff] |
usb: dwc2: add "u-boot,force-vbus-detection" for stm32 On some board, the ID pin is not connected so the B session must be overridden with "u-boot,force_b_session_valid" but the VBus sensing must continue to be handle. To managed it, this patch adds a new DT field "u-boot,force-vbus-detection" to use with "u-boot,force_b_session_valid" Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>