diff options
author | Luca Ellero <[email protected]> | 2023-01-26 11:52:26 +0100 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2023-01-29 18:33:45 -0800 |
commit | 13f82ca3878db8284a70ef9711d7f710a31eb562 (patch) | |
tree | 8b608d871cc9704bd8f9bdeaf0a2ee073454450c /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | d50584d783313c8b05b84d0b07a2142f1bde46dd (diff) |
Input: ads7846 - always set last command to PWRDOWN
Controllers that report pressure (e.g. ADS7846) use 5 commands and the
correct sequence is READ_X, READ_Y, READ_Z1, READ_Z2, PWRDOWN.
Controllers that don't report pressure (e.g. ADS7845/ADS7843) use only 3
commands and the correct sequence should be READ_X, READ_Y, PWRDOWN. But
the sequence sent was incorrect: READ_X, READ_Y, READ_Z1.
Fix this by setting the third (and last) command to PWRDOWN.
Fixes: ffa458c1bd9b ("spi: ads7846 driver")
Signed-off-by: Luca Ellero <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions