Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26a047ab authored by Nikhil Badola's avatar Nikhil Badola Committed by Scott Wood
Browse files

powerpc: dts: t4240: Change T4240 USB controller version



Change USB controller version to 2.5 in compatible string for T4240

Signed-off-by: default avatarNikhil Badola <nikhil.badola@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 00406e87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -498,13 +498,13 @@
/include/ "qoriq-gpio-3.dtsi"
/include/ "qoriq-usb2-mph-0.dtsi"
		usb0: usb@210000 {
			compatible = "fsl-usb2-mph-v2.4", "fsl-usb2-mph";
			compatible = "fsl-usb2-mph-v2.5", "fsl-usb2-mph";
			phy_type = "utmi";
			port0;
		};
/include/ "qoriq-usb2-dr-0.dtsi"
		usb1: usb@211000 {
			compatible = "fsl-usb2-dr-v2.4", "fsl-usb2-dr";
			compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr";
			dr_mode = "host";
			phy_type = "utmi";
		};