ARM: dts: stm32: enable USBPHYC on stm32mp157c-ev1
authorAmelie Delaunay <amelie.delaunay@st.com>
Tue, 24 Apr 2018 09:41:00 +0000 (11:41 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 4 May 2018 07:45:46 +0000 (09:45 +0200)
This patch enables USBPHYC (USB PHY Controller) on stm32mp157c-ev1.
This enables the two usbphyc usb2 ports.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ev1.dts

index a158860..9cadd77 100644 (file)
@@ -71,3 +71,7 @@
                status = "okay";
        };
 };
+
+&usbphyc {
+       status = "okay";
+};