]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: stm32: force b-session-valid for otg on stm32mp135f-dk board
authorFabrice Gasnier <fabrice.gasnier@foss.st.com>
Tue, 26 Sep 2023 15:09:19 +0000 (17:09 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 4 Oct 2023 11:32:41 +0000 (13:32 +0200)
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>
arch/arm/dts/stm32mp135f-dk-u-boot.dtsi

index 48605ff8bbe2aeb128fb4fb7146bbe211ec6f88c..ba0c02489d134a83b2230c0eb701f7f3f2eb4437 100644 (file)
@@ -38,3 +38,7 @@
                bootph-all;
        };
 };
+
+&usbotg_hs {
+       u-boot,force-b-session-valid;
+};