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

Commit 02680478 authored by Vamsi Krishna Samavedam's avatar Vamsi Krishna Samavedam
Browse files

ARM: dts: msm: Correct secondary USB controller core-id



commit b2dc259a ("ARM: dts: msm: Add secondary USB
configuration for sm8150") incorrectly initializes
secondary usb controller core-id to 0 (same as primary
controller). Correct core-id to 1 (indexed from Zero).

Change-Id: Ic4eb546b894700c6b958a8076e7b4c9c2dc4ab61
Signed-off-by: default avatarVamsi Krishna Samavedam <vskrishn@codeaurora.org>
parent 82e810b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -420,7 +420,7 @@
			snps,hird-threshold = /bits/ 8 <0x10>;
			snps,hird-threshold = /bits/ 8 <0x10>;
			snps,usb3_lpm_capable;
			snps,usb3_lpm_capable;
			snps,bus-suspend-enable;
			snps,bus-suspend-enable;
			usb-core-id = <0>;
			usb-core-id = <1>;
			maximum-speed = "super-speed";
			maximum-speed = "super-speed";
			dr_mode = "otg";
			dr_mode = "otg";
		};
		};