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

Commit 020c5d65 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Disable AHB2AHB bypass mode for non-LTE based platform"

parents 7be93280 4ff228ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -327,8 +327,8 @@
		qcom,hsusb-otg-phy-type = <2>;
		qcom,hsusb-otg-mode = <1>;
		qcom,hsusb-otg-otg-control = <2>;
		qcom,hsusb-otg-disable-reset;
		qcom,dp-manual-pullup;
		qcom,ahb-async-bridge-bypass;
		qcom,usbin-vadc = <&pm8226_vadc>;

		qcom,msm-bus,name = "usb";
+5 −0
Original line number Diff line number Diff line
@@ -176,3 +176,8 @@
	hsic,strobe-gpio = <&msmgpio 119 0x00>;
	hsic,data-gpio = <&msmgpio 120 0x00>;
};

&usb_otg {
	/delete-property/ qcom,hsusb-otg-disable-reset;
	qcom,ahb-async-bridge-bypass;
};