summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-19 11:18:09 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-19 11:18:09 -0700
commitab814b99a0c542696cd8107307584aea24e3df77 (patch)
tree43ac0c0a971a97ad1697d78c50591a0ca71b4219 /Documentation
parent707cff6b1d298d22a8095750092ef0069cd3f755 (diff)
parenta96fe06a1ec8e16033c6c99935904347fd25e2ec (diff)
Merge "input: misc: pat9125: add regulator framework support"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/input/pixart-pat9125-switch.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/pixart-pat9125-switch.txt b/Documentation/devicetree/bindings/input/pixart-pat9125-switch.txt
index 54ba2be39f0c..d9caa295cc6e 100644
--- a/Documentation/devicetree/bindings/input/pixart-pat9125-switch.txt
+++ b/Documentation/devicetree/bindings/input/pixart-pat9125-switch.txt
@@ -10,6 +10,8 @@ Required properties:
- reg : i2c slave address of the device.
- interrupt-parent : parent of interrupt.
- interrupts : interrupt to indicate motion of the rotating switch.
+ - vdd-supply : Power supply needed to power up the device.
+ - vld-supply : Power source required to power up I2C bus.
Optional properties:
- pixart,inverse-x : boolean, use this to invert the x data before sending it to input framework
@@ -44,6 +46,8 @@ Example:
reg = <0x75>;
interrupt-parent = <&msm_gpio>;
interrupts = <98 0x2008>;
+ vdd-supply = <&pm8110_l5>;
+ vld-supply = <&pm8110_l17>;
pixart,irq-gpio = <&msm_gpio 98 0x2008>;
pinctrl-names = "pmx_rot_switch_active",
"pmx_rot_switch_suspend",