diff options
author | Marek Vasut <marex@denx.de> | 2020-12-01 11:29:20 +0100 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2020-12-09 10:57:50 +0100 |
commit | 9b36b7dc96baedc0ed506246a9822c745cc65b45 (patch) | |
tree | 1406593c066f9934f42490fdbac91d6e404d2c49 | |
parent | 1399be91cb57a480d5ff7bb084b40b4787be9f22 (diff) | |
download | u-boot-9b36b7dc96baedc0ed506246a9822c745cc65b45.zip u-boot-9b36b7dc96baedc0ed506246a9822c745cc65b45.tar.gz u-boot-9b36b7dc96baedc0ed506246a9822c745cc65b45.tar.bz2 |
ARM: dts: stm32: Add USB OTG ID pin on DH AV96
Add USB OTG ID pin mux and switch the USB OTG port
from peripheral to OTG mode.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
-rw-r--r-- | arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts b/arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts index 88f25d8..9b5dda3 100644 --- a/arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts +++ b/arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts @@ -192,7 +192,8 @@ }; &usbotg_hs { - dr_mode = "peripheral"; + pinctrl-0 = <&usbotg_hs_pins_a>; + pinctrl-names = "default"; phys = <&usbphyc_port1 0>; phy-names = "usb2-phy"; status = "okay"; |