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

Commit 1f8af306 authored by Tanya Finkel's avatar Tanya Finkel
Browse files

ARM: dts: msm: Remove Ethernet reset and USB HUB reset for LiQUID8994



USB HUB reset and Ethernet reset from SW is not needed on liquid8994.
Hence, remove related entries.

Change-Id: Iac27cf07ffd1248d851acaf4069577cdd0e82e40
Signed-off-by: default avatarTanya Finkel <tfinkel@codeaurora.org>
parent dbd2b72e
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@@ -510,8 +510,6 @@
	liquid_dock {
		compatible = "qcom,liquid-dock";
		qcom,dock-detect-gpio = <&pm8994_gpios 5 0>;
		qcom,dock-hub-reset-gpio = <&pm8994_gpios 1 0>;
		qcom,dock-eth-reset-gpio = <&pm8994_mpps 6 0>;
		qcom,usb-host = <&usb_ehci>;
	};
};
@@ -587,15 +585,6 @@
};

&pm8994_gpios {
	gpio@c000 { /* GPIO 1 HUB RESET*/
		qcom,mode = <1>;	/* Digital output */
		qcom,output-type = <0>;	/* CMOS logic */
		qcom,vin-sel = <2>;	/* 1.8v */
		qcom,src-sel = <0>;	/* Constant */
		qcom,master-en = <1>;	/* Enable GPIO */
		status = "okay";
	};

	gpio@c100 { /* GPIO 2 */
		qcom,mode = <0>;
		qcom,pull = <0>;
@@ -734,15 +723,6 @@
		qcom,master-en = <1>;	/* Enable GPIO */
		status = "okay";
	};

	mpp@a500 { /* MPP 6 Ethernet RESET */
		qcom,mode = <1>;	/* Digital output */
		qcom,output-type = <0>;	/* CMOS logic */
		qcom,vin-sel = <2>;	/* 1.8 V */
		qcom,src-sel = <0>;	/* Constant */
		qcom,master-en = <1>;	/* Enable GPIO */
		status = "okay";
	};
};

&pmi8994_gpios {