Merge "ARM: dts: msm: Add a reset gpio for ethernet on msm8996 CV2X boards"

This commit is contained in:
Linux Build Service Account 2018-08-27 18:28:18 -07:00 committed by Gerrit - the friendly Code Review server
commit 697b92b1d2

View file

@ -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 */