diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-10-13 20:23:40 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-10-13 20:23:40 -0400 |
| commit | 1134ca268e7387773cd6cf57aa82cc9d5e0f9127 (patch) | |
| tree | d1dec9989de703de689c240dd2cd157fe72f49a9 /Documentation/devicetree | |
| parent | c758f96a8c346ac5a6822b521ec92308c5774381 (diff) | |
| parent | 930e19248e9b61da36c967687ca79c4d5f977919 (diff) | |
Merge branch 'next' into for-linus
Prepare second round of input updates for 4.9 merge window.
Diffstat (limited to 'Documentation/devicetree')
| -rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt | 21 | ||||
| -rw-r--r-- | Documentation/devicetree/bindings/vendor-prefixes.txt | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt b/Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt new file mode 100644 index 000000000000..7b8944c2cb31 --- /dev/null +++ b/Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | * MELFAS MIP4 Touchscreen | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | - compatible: must be "melfas,mip4_ts" | ||
| 5 | - reg: I2C slave address of the chip (0x48 or 0x34) | ||
| 6 | - interrupt-parent: interrupt controller to which the chip is connected | ||
| 7 | - interrupts: interrupt to which the chip is connected | ||
| 8 | |||
| 9 | Optional properties: | ||
| 10 | - ce-gpios: GPIO connected to the CE (chip enable) pin of the chip | ||
| 11 | |||
| 12 | Example: | ||
| 13 | i2c@00000000 { | ||
| 14 | touchscreen: melfas_mip4@48 { | ||
| 15 | compatible = "melfas,mip4_ts"; | ||
| 16 | reg = <0x48>; | ||
| 17 | interrupt-parent = <&gpio>; | ||
| 18 | interrupts = <0 IRQ_TYPE_EDGE_FALLING>; | ||
| 19 | ce-gpios = <&gpio 0 GPIO_ACTIVE_HIGH>; | ||
| 20 | }; | ||
| 21 | }; | ||
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 99029cfed459..1457fd4d035f 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt | |||
| @@ -143,6 +143,7 @@ marvell Marvell Technology Group Ltd. | |||
| 143 | maxim Maxim Integrated Products | 143 | maxim Maxim Integrated Products |
| 144 | mediatek MediaTek Inc. | 144 | mediatek MediaTek Inc. |
| 145 | melexis Melexis N.V. | 145 | melexis Melexis N.V. |
| 146 | melfas MELFAS Inc. | ||
| 146 | merrii Merrii Technology Co., Ltd. | 147 | merrii Merrii Technology Co., Ltd. |
| 147 | micrel Micrel Inc. | 148 | micrel Micrel Inc. |
| 148 | microchip Microchip Technology Inc. | 149 | microchip Microchip Technology Inc. |
