diff options
author | Amelie Delaunay <amelie.delaunay@st.com> | 2019-11-21 19:12:00 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-01-09 14:29:28 +0300 |
commit | 6bdc753de6892d0c5f68a265499f206de901a958 (patch) | |
tree | cd5fe0bdd4094d14e66d63d56e32175798bebff2 /arch/arm/boot/dts/stm32mp157c-ev1.dts | |
parent | 426c1e8fa7bf162b51f293a08afd1329dd32260d (diff) | |
download | linux-6bdc753de6892d0c5f68a265499f206de901a958.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp157c-ev1.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32mp157c-ev1.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts index 2010f6292a77..228e35e16884 100644 --- a/arch/arm/boot/dts/stm32mp157c-ev1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts @@ -355,6 +355,7 @@ &usbotg_hs { dr_mode = "peripheral"; phys = <&usbphyc_port1 0>; + phy-names = "usb2-phy"; status = "okay"; }; |