Commit 9d26228d authored by Amelie Delaunay's avatar Amelie Delaunay Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: enable USBPHYC on stm32mp157c-ev1



This patch enables USBPHYC (USB PHY Controller) on stm32mp157c-ev1.
This enables the two usbphyc usb2 ports.

Signed-off-by: default avatarAmelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 51868dac
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -71,3 +71,7 @@
		status = "okay";
	};
};

&usbphyc {
	status = "okay";
};