Merge "ARM: dts: msm: Add a reset gpio for ethernet on msm8996 CV2X boards"
This commit is contained in:
commit
697b92b1d2
1 changed files with 12 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
compatible = "qcom,ntn_avb";
|
compatible = "qcom,ntn_avb";
|
||||||
vdd-ntn-pci-supply = <&ntn_vreg>;
|
vdd-ntn-pci-supply = <&ntn_vreg>;
|
||||||
vdd-ntn-io-supply = <&ntn_vreg>;
|
vdd-ntn-io-supply = <&ntn_vreg>;
|
||||||
|
ntn-rst-gpio = <&pm8994_gpios 13 0>;
|
||||||
qcom,ntn-rst-delay-msec = <100>;
|
qcom,ntn-rst-delay-msec = <100>;
|
||||||
qcom,ntn-rc-num = <1>;
|
qcom,ntn-rc-num = <1>;
|
||||||
qcom,ntn-bus-num = <1>;
|
qcom,ntn-bus-num = <1>;
|
||||||
|
@ -470,6 +471,17 @@
|
||||||
status = "okay";
|
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 */
|
gpio@d000 { /* GPIO 17 - USB1 VBUS detect */
|
||||||
qcom,mode = <0>; /* Digital Input*/
|
qcom,mode = <0>; /* Digital Input*/
|
||||||
qcom,pull = <5>; /* No pull */
|
qcom,pull = <5>; /* No pull */
|
||||||
|
|
Loading…
Add table
Reference in a new issue