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

Commit 9f389213 authored by Chaojun Wang's avatar Chaojun Wang
Browse files

ARM: dts: msm: add USB HUB configuration for RB5

Fix USB1 dr_mode to host for RB5 USB HUB.

Change-Id: I47c12b3c0c55b8904688a19c6571fc6d869864b6
parent 96e5bad9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -99,3 +99,10 @@
		};
	};
};

&usb1 {
	/delete-property/ qcom,default-mode-none;
	dwc3@a800000 {
		dr_mode = "host";
	};
};