Commit 9056b309 authored by Fabrice Gasnier's avatar Fabrice Gasnier Committed by Greg Kroah-Hartman

ARM: dts: stm32: set otg-rev on stm32mp151

STM32MP151 complies with the OTG 2.0. Set it with otg-rev dt property.
Signed-off-by: default avatarFabrice Gasnier <fabrice.gasnier@foss.st.com>
Link: https://lore.kernel.org/r/1631692473-8732-4-git-send-email-fabrice.gasnier@foss.st.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 20733e6d
...@@ -1085,6 +1085,7 @@ usbotg_hs: usb-otg@49000000 { ...@@ -1085,6 +1085,7 @@ usbotg_hs: usb-otg@49000000 {
g-np-tx-fifo-size = <32>; g-np-tx-fifo-size = <32>;
g-tx-fifo-size = <256 16 16 16 16 16 16 16>; g-tx-fifo-size = <256 16 16 16 16 16 16 16>;
dr_mode = "otg"; dr_mode = "otg";
otg-rev = <0x200>;
usb33d-supply = <&usb33>; usb33d-supply = <&usb33>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment