commit | 99df7a55ceef74bb8c9e1c2602df0511c9486815 | [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 | 44ae9f48b4a40ad56b764b19260c8f308e314b88 [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>