]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 a158860bfc1007464f1584322bd20f526d12a7c8..9cadd77630e32a3562a301c57d177f3cc85494db 100644 (file)
@@ -71,3 +71,7 @@ timer@11 {
                status = "okay";
        };
 };
+
+&usbphyc {
+       status = "okay";
+};