aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2020-12-01 11:29:20 +0100
committerPatrick Delaunay <patrick.delaunay@foss.st.com>2020-12-09 10:57:50 +0100
commit9b36b7dc96baedc0ed506246a9822c745cc65b45 (patch)
tree1406593c066f9934f42490fdbac91d6e404d2c49
parent1399be91cb57a480d5ff7bb084b40b4787be9f22 (diff)
downloadu-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.dts3
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";