diff options
author | Amelie Delaunay <amelie.delaunay@st.com> | 2019-12-09 17:23:22 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-01-09 14:29:28 +0300 |
commit | 426c1e8fa7bf162b51f293a08afd1329dd32260d (patch) | |
tree | 7492fe499638d1828a720a0096b8c3063a468b53 /arch/arm | |
parent | 5841d00fe059d9eaa1f8fb031af32e4a6a97c957 (diff) | |
download | linux-426c1e8fa7bf162b51f293a08afd1329dd32260d.tar.xz |
ARM: dts: stm32: enable USB OTG HS on stm32mp15 DKx boards
This patch enables USB OTG HS on stm32mp15 dkx in Peripheral mode.
Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi index 71c781b85deb..f6672e87aef3 100644 --- a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi +++ b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi @@ -594,6 +594,13 @@ status = "okay"; }; +&usbotg_hs { + dr_mode = "peripheral"; + phys = <&usbphyc_port1 0>; + phy-names = "usb2-phy"; + status = "okay"; +}; + &usbphyc { status = "okay"; }; |