diff options
author | Patrice Chotard | 2016-08-10 09:39:13 +0200 |
---|---|---|
committer | Lee Jones | 2016-08-10 09:24:57 +0100 |
commit | bd495916f2f0a05193c45b26e21b60c9ffaa8aae (patch) | |
tree | a947f70a52262a02573974f810945324d81f21b6 | |
parent | 43db289d00c66a2d21da50001510725f598bb6e7 (diff) |
Documentation: dt: Add stmpe1600 compatible string to STMPE MFD
This patch adds a new compatible string for stmpe mfd to support
stmpe1600 variant.
Signed-off-by: Amelie DELAUNAY <amelie.delaunay@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/stmpe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/stmpe.txt b/Documentation/devicetree/bindings/mfd/stmpe.txt index 3fb68bfefc8b..f9065a5781a2 100644 --- a/Documentation/devicetree/bindings/mfd/stmpe.txt +++ b/Documentation/devicetree/bindings/mfd/stmpe.txt @@ -4,7 +4,7 @@ STMPE is an MFD device which may expose the following inbuilt devices: gpio, keypad, touchscreen, adc, pwm, rotator. Required properties: - - compatible : "st,stmpe[610|801|811|1601|2401|2403]" + - compatible : "st,stmpe[610|801|811|1600|1601|2401|2403]" - reg : I2C/SPI address of the device Optional properties: |