diff options
author | Alexander Stein <alexander.stein@systec-electronic.com> | 2016-02-29 02:06:35 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-03-03 18:28:52 -0500 |
commit | 299b207dbce8d19cafdc57f50e79883319ba962e (patch) | |
tree | 6722f5c11c80d733b71c8baa7cfcbc06588028c5 | |
parent | 8fe420da36fe1f8863e3f6829316db86398e4f69 (diff) |
Input: ads7846: Add description how to use internal reference (ADS7846)
By simply setting vref-mv to 0 the internal reference will be used.
Document that!
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/input/ads7846.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/ads7846.txt b/Documentation/devicetree/bindings/input/ads7846.txt index 33a1638b61d6..c6cfe2e3ed41 100644 --- a/Documentation/devicetree/bindings/input/ads7846.txt +++ b/Documentation/devicetree/bindings/input/ads7846.txt | |||
@@ -29,6 +29,8 @@ Optional properties: | |||
29 | ti,vref-delay-usecs vref supply delay in usecs, 0 for | 29 | ti,vref-delay-usecs vref supply delay in usecs, 0 for |
30 | external vref (u16). | 30 | external vref (u16). |
31 | ti,vref-mv The VREF voltage, in millivolts (u16). | 31 | ti,vref-mv The VREF voltage, in millivolts (u16). |
32 | Set to 0 to use internal refernce | ||
33 | (ADS7846). | ||
32 | ti,keep-vref-on set to keep vref on for differential | 34 | ti,keep-vref-on set to keep vref on for differential |
33 | measurements as well | 35 | measurements as well |
34 | ti,swap-xy swap x and y axis | 36 | ti,swap-xy swap x and y axis |