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

Commit 697b92b1 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: Add a reset gpio for ethernet on msm8996 CV2X boards"

parents 2119f646 ed45afa1
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@
		compatible = "qcom,ntn_avb";
		vdd-ntn-pci-supply = <&ntn_vreg>;
		vdd-ntn-io-supply = <&ntn_vreg>;
		ntn-rst-gpio = <&pm8994_gpios 13 0>;
		qcom,ntn-rst-delay-msec = <100>;
		qcom,ntn-rc-num = <1>;
		qcom,ntn-bus-num = <1>;
@@ -470,6 +471,17 @@
		status = "okay";
	};

	gpio@cc00 { /* GPIO 13 - NTN_RST */
		qcom,mode = <1>; /* DIGITAL OUT */
		qcom,output-type = <0>; /* CMOS logic */
		qcom,pull = <5>;
		qcom,vin-sel = <2>; /* 1.8 */
		qcom,out-strength = <1>;
		qcom,src-sel = <0>; /* GPIO */
		qcom,master-en = <1>; /* Enable GPIO */
		status = "okay";
	};

	gpio@d000 { /* GPIO 17 - USB1 VBUS detect */
		qcom,mode = <0>;		/* Digital Input*/
		qcom,pull = <5>;		/* No pull */