1
0
Fork 0

ARM: dts: stm32: add phy-names to usbotg_hs on stm32mp157c-ev1

phy-names is required by usbotg_hs driver to get the phy, otherwise, it
considers that there is no phys property.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
alistair/sensors
Amelie Delaunay 2019-11-21 17:12:00 +01:00 committed by Alexandre Torgue
parent 426c1e8fa7
commit 6bdc753de6
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@
&usbotg_hs {
dr_mode = "peripheral";
phys = <&usbphyc_port1 0>;
phy-names = "usb2-phy";
status = "okay";
};