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

Commit a5ec918a authored by Sumeet Sahu's avatar Sumeet Sahu
Browse files

ARM:dts:msm: Fix DP and USB concurrent issue



USB1 and DP share the PHY. After display initialization,usb
never switch to high speed mode and device mode doesn't work.

Change-Id: I3cf0b71bc2fe6c9593324cf2307cce1039f19566
Signed-off-by: default avatarSumeet Sahu <sumesahu@codeaurora.org>
parent 59f01699
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -13,8 +13,7 @@
/dts-v1/;
/plugin/;

#include "sa8155-adp-common.dtsi"
#include "sa8155-adp-alcor-display.dtsi"
#include "sa8155-adp-alcor.dtsi"

/ {
	model = "ADP-ALCOR";
+1 −2
Original line number Diff line number Diff line
@@ -13,8 +13,7 @@
/dts-v1/;

#include "sa8155-v2.dtsi"
#include "sa8155-adp-common.dtsi"
#include "sa8155-adp-alcor-display.dtsi"
#include "sa8155-adp-alcor.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SA8155 ADP ALCOR";
+20 −0
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#include "sa8155-adp-common.dtsi"
#include "sa8155-adp-alcor-display.dtsi"

&usb0 {
	dwc3@a600000 {
		maximum-speed = "high-speed";
	};
};