ARM: dts: msm: update the pmcobalt GPIO nodes
-Pmcobalt GPIO 9 belongs to GPIO_LV subtype, so update the voltage selection value to 0 which is the allowed selection. -Pull up/down is not needed for pmcobalt GPIOs, so update the pull value to PULL_NO. Change-Id: I7b9faf485dda6f450f6df4410e3ae25efa40aad1 Signed-off-by: Sureshnaidu Laveti <lsuresh@codeaurora.org>
This commit is contained in:
parent
1e82e66030
commit
43351724f4
2 changed files with 12 additions and 12 deletions
|
@ -280,9 +280,9 @@
|
|||
};
|
||||
&pmcobalt_gpios {
|
||||
gpio@c800 { /* GPIO 9 - CAMERA SENSOR 2 VDIG */
|
||||
qcom,mode = <1>; /* Output*/
|
||||
qcom,pull = <4>; /* Pulldown 10uA */
|
||||
qcom,vin-sel = <1>; /* VIN1 GPIO_MV */
|
||||
qcom,mode = <1>; /* Output */
|
||||
qcom,pull = <5>; /* No Pull */
|
||||
qcom,vin-sel = <0>; /* VIN1 GPIO_LV */
|
||||
qcom,src-sel = <0>; /* GPIO */
|
||||
qcom,invert = <0>; /* Invert */
|
||||
qcom,master-en = <1>; /* Enable GPIO */
|
||||
|
@ -290,9 +290,9 @@
|
|||
};
|
||||
|
||||
gpio@d300 { /* GPIO 20 - CAMERA SENSOR 0 VDIG */
|
||||
qcom,mode = <1>; /* Output*/
|
||||
qcom,pull = <4>; /* Pulldown 10uA */
|
||||
qcom,vin-sel = <1>; /* VIN1 GPIO_MV*/
|
||||
qcom,mode = <1>; /* Output */
|
||||
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 */
|
||||
|
|
|
@ -280,9 +280,9 @@
|
|||
};
|
||||
&pmcobalt_gpios {
|
||||
gpio@c800 { /* GPIO 9 - CAMERA SENSOR 2 VDIG */
|
||||
qcom,mode = <1>; /* Output*/
|
||||
qcom,pull = <4>; /* Pulldown 10uA */
|
||||
qcom,vin-sel = <1>; /* VIN1 GPIO_MV */
|
||||
qcom,mode = <1>; /* Output */
|
||||
qcom,pull = <5>; /* No Pull */
|
||||
qcom,vin-sel = <0>; /* VIN1 GPIO_LV */
|
||||
qcom,src-sel = <0>; /* GPIO */
|
||||
qcom,invert = <0>; /* Invert */
|
||||
qcom,master-en = <1>; /* Enable GPIO */
|
||||
|
@ -290,9 +290,9 @@
|
|||
};
|
||||
|
||||
gpio@d300 { /* GPIO 20 - CAMERA SENSOR 0 VDIG */
|
||||
qcom,mode = <1>; /* Output*/
|
||||
qcom,pull = <4>; /* Pulldown 10uA */
|
||||
qcom,vin-sel = <1>; /* VIN1 GPIO_MV*/
|
||||
qcom,mode = <1>; /* Output */
|
||||
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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue