Merge "ARM: dts: msm: Enable volume up key for 8998 QRD interposer"
This commit is contained in:
commit
7e9912c05f
1 changed files with 29 additions and 0 deletions
|
@ -113,3 +113,32 @@
|
|||
qcom,vdd-voltage-level = <0 925000 925000>;
|
||||
core-supply = <&pmfalcon_l1>;
|
||||
};
|
||||
|
||||
&pm2falcon_gpios {
|
||||
/* GPIO 7 for VOL_UP */
|
||||
gpio@c600 {
|
||||
status = "ok";
|
||||
qcom,mode = <0>;
|
||||
qcom,pull = <0>;
|
||||
qcom,vin-sel = <0>;
|
||||
qcom,src-sel = <0>;
|
||||
qcom,out-strength = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
&soc {
|
||||
gpio_keys {
|
||||
compatible = "gpio-keys";
|
||||
input-name = "gpio-keys";
|
||||
status = "ok";
|
||||
|
||||
vol_up {
|
||||
label = "volume_up";
|
||||
gpios = <&pm2falcon_gpios 7 0x1>;
|
||||
linux,input-type = <1>;
|
||||
linux,code = <115>;
|
||||
gpio-key,wakeup;
|
||||
debounce-interval = <15>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue