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

Commit 129ae4fb authored by Hemant Kumar's avatar Hemant Kumar
Browse files

ARM: dts: msm: Enable primary usb port in HS mode on sm8150-auto-adp-star



On sm8150-auto-adp-star primary usb port can only run in high speed mode.
Hence set max-speed to high speed and disable super speed phy.

Change-Id: I25f5a116ebc9b1b8c40aaa11d02424ad31caf581
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent d530d303
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -300,3 +300,10 @@
		};
	};
};

&usb0 {
	dwc3@a600000 {
		usb-phy = <&usb2_phy0>, <&usb_nop_phy>;
		maximum-speed = "high-speed";
	};
};