diff options
author | Fabrice Gasnier | 2023-09-26 17:09:19 +0200 |
---|---|---|
committer | Patrice Chotard | 2023-10-04 13:32:41 +0200 |
commit | 46b4d6fe18b00bc0a784351a7df1701fe68cb58f (patch) | |
tree | c5e2b5f551bf27fdde08e24c4388ada16ac2de9b | |
parent | f959118b660ca7545a527179e83f3d4bc38426e1 (diff) |
ARM: dts: stm32: force b-session-valid for otg on stm32mp135f-dk board
stm32mp135f-dk board has a type-c connector to retrieve the connection
state. For now, simply force an active peripheral mode in u-boot for
flashing.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
-rw-r--r-- | arch/arm/dts/stm32mp135f-dk-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi b/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi index 48605ff8bbe..ba0c02489d1 100644 --- a/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi +++ b/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi @@ -38,3 +38,7 @@ bootph-all; }; }; + +&usbotg_hs { + u-boot,force-b-session-valid; +}; |