Merge "ARM: dts: msm: configure GPIO19 on msm8998 for 11ad refclk3"
This commit is contained in:
commit
ccc6c3b3c8
4 changed files with 40 additions and 0 deletions
|
@ -149,6 +149,16 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gpio@d200 { /* GPIO 19 - wil6210 refclk3_en */
|
||||||
|
qcom,mode = <0>; /* Input */
|
||||||
|
qcom,pull = <5>; /* No Pull */
|
||||||
|
qcom,vin-sel = <1>; /* VIN1 GPIO_MV */
|
||||||
|
qcom,src-sel = <0>; /* GPIO */
|
||||||
|
qcom,invert = <0>; /* Invert */
|
||||||
|
qcom,master-en = <1>; /* Enable GPIO */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
/* GPIO 21 (NFC_CLK_REQ) */
|
/* GPIO 21 (NFC_CLK_REQ) */
|
||||||
gpio@d400 {
|
gpio@d400 {
|
||||||
qcom,mode = <0>;
|
qcom,mode = <0>;
|
||||||
|
|
|
@ -150,6 +150,16 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gpio@d200 { /* GPIO 19 - wil6210 refclk3_en */
|
||||||
|
qcom,mode = <0>; /* Input */
|
||||||
|
qcom,pull = <5>; /* No Pull */
|
||||||
|
qcom,vin-sel = <1>; /* VIN1 GPIO_MV */
|
||||||
|
qcom,src-sel = <0>; /* GPIO */
|
||||||
|
qcom,invert = <0>; /* Invert */
|
||||||
|
qcom,master-en = <1>; /* Enable GPIO */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
/* GPIO 21 (NFC_CLK_REQ) */
|
/* GPIO 21 (NFC_CLK_REQ) */
|
||||||
gpio@d400 {
|
gpio@d400 {
|
||||||
qcom,mode = <0>;
|
qcom,mode = <0>;
|
||||||
|
|
|
@ -143,6 +143,16 @@
|
||||||
qcom,out-strength = <1>;
|
qcom,out-strength = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gpio@d200 { /* GPIO 19 - wil6210 refclk3_en */
|
||||||
|
qcom,mode = <0>; /* Input */
|
||||||
|
qcom,pull = <5>; /* No Pull */
|
||||||
|
qcom,vin-sel = <1>; /* VIN1 GPIO_MV */
|
||||||
|
qcom,src-sel = <0>; /* GPIO */
|
||||||
|
qcom,invert = <0>; /* Invert */
|
||||||
|
qcom,master-en = <1>; /* Enable GPIO */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
/* GPIO 21 (NFC_CLK_REQ) */
|
/* GPIO 21 (NFC_CLK_REQ) */
|
||||||
gpio@d400 {
|
gpio@d400 {
|
||||||
qcom,mode = <0>;
|
qcom,mode = <0>;
|
||||||
|
|
|
@ -139,6 +139,16 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gpio@d200 { /* GPIO 19 - wil6210 refclk3_en */
|
||||||
|
qcom,mode = <0>; /* Input */
|
||||||
|
qcom,pull = <5>; /* No Pull */
|
||||||
|
qcom,vin-sel = <1>; /* VIN1 GPIO_MV */
|
||||||
|
qcom,src-sel = <0>; /* GPIO */
|
||||||
|
qcom,invert = <0>; /* Invert */
|
||||||
|
qcom,master-en = <1>; /* Enable GPIO */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
/* GPIO 21 (NFC_CLK_REQ) */
|
/* GPIO 21 (NFC_CLK_REQ) */
|
||||||
gpio@d400 {
|
gpio@d400 {
|
||||||
qcom,mode = <0>;
|
qcom,mode = <0>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue